Commit 74a374ed authored by Ivan Kuten's avatar Ivan Kuten
Browse files

'make source' command working again for gcc

parent 587c4892
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@ ifneq ($(BR2_ENABLE_LOCALE),y)
GCC_ENABLE_CLOCALE:=--disable-clocale
endif

HOST_SOURCE+=gcc-source

#############################################################
#
+2 −0
Original line number Diff line number Diff line
@@ -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)