'make source' command working again for gcc

This commit is contained in:
Ivan Kuten 2007-10-20 18:09:53 +00:00
parent 587c4892e5
commit 74a374edb1
2 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,7 @@ ifneq ($(BR2_ENABLE_LOCALE),y)
GCC_ENABLE_CLOCALE:=--disable-clocale
endif
HOST_SOURCE+=gcc-source
#############################################################
#

View File

@ -141,6 +141,8 @@ ifeq ($(BR2_KERNEL_HURD),y)
EXTRA_GCC1_CONFIG_OPTIONS+=--without-headers
endif
HOST_SOURCE+=gcc-source
$(DL_DIR)/$(GCC_SOURCE):
mkdir -p $(DL_DIR)
$(WGET) -P $(DL_DIR) $(GCC_SITE)/$(GCC_SOURCE)