mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-16 00:33:31 +08:00
'make source' command working again for gcc
This commit is contained in:
parent
587c4892e5
commit
74a374edb1
@ -127,6 +127,7 @@ ifneq ($(BR2_ENABLE_LOCALE),y)
|
||||
GCC_ENABLE_CLOCALE:=--disable-clocale
|
||||
endif
|
||||
|
||||
HOST_SOURCE+=gcc-source
|
||||
|
||||
#############################################################
|
||||
#
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user