Skip to content

Instantly share code, notes, and snippets.

@lifning
Created June 19, 2017 08:33
Show Gist options
  • Save lifning/4bfe38a85b96ca728fbd517ce87f41f8 to your computer and use it in GitHub Desktop.
Save lifning/4bfe38a85b96ca728fbd517ce87f41f8 to your computer and use it in GitHub Desktop.
update newlib url in gendev
diff --git a/Makefile b/Makefile
index 5fa8fc2..0f3c687 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ work/binutils-$(BINUTILS_VERSION).tar.bz2:
NEWLIB_PKG=work/newlib-$(NEWLIB_VERSION).tar.gz
work/newlib-$(NEWLIB_VERSION).tar.gz:
- cd work && $(MGET) ftp://sources.redhat.com/pub/newlib/newlib-$(NEWLIB_VERSION).tar.gz
+ cd work && $(MGET) ftp://sourceware.org/pub/newlib/newlib-$(NEWLIB_VERSION).tar.gz
#cp files/`basename $@` $@
BIN2C_PKG=work/bin2c-1.0.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment