[uClibc][tiny-PATCH]: native uClibc/gcc-2.95 toolchain passive-ftp

David Kimdon David_Kimdon at alumni.hmc.edu
Sat Jul 13 03:11:47 UTC 2002


I just installed the native toolchain, very nice.  I think we want
this patch in there (all the other wget's had it).

-David

--- gcc-2.95/Makefile.orig	Fri Jul 12 08:22:00 2002
+++ gcc-2.95/Makefile	Fri Jul 12 08:44:53 2002
@@ -320,7 +320,7 @@
 #
 #############################################################
 $(DL_DIR)/$(UCLIBC_SOURCE):
-	wget -P $(DL_DIR) $(UCLIBC_SITE)/$(UCLIBC_SOURCE)
+	wget -P $(DL_DIR) --passive-ftp $(UCLIBC_SITE)/$(UCLIBC_SOURCE)
 
 $(UCLIBC_DIR)/.unpacked: $(BUILD_DIR)/.setup $(DL_DIR)/$(UCLIBC_SOURCE)
 	bzcat $(DL_DIR)/$(UCLIBC_SOURCE) | tar -C $(BUILD_DIR) -xvf -




More information about the uClibc mailing list