Created
June 19, 2017 08:33
-
-
Save lifning/4bfe38a85b96ca728fbd517ce87f41f8 to your computer and use it in GitHub Desktop.
update newlib url in gendev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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