mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
'make source' command working again for gcc
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user