mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00: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
|
GCC_ENABLE_CLOCALE:=--disable-clocale
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
HOST_SOURCE+=gcc-source
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
|
@ -141,6 +141,8 @@ ifeq ($(BR2_KERNEL_HURD),y)
|
|||||||
EXTRA_GCC1_CONFIG_OPTIONS+=--without-headers
|
EXTRA_GCC1_CONFIG_OPTIONS+=--without-headers
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
HOST_SOURCE+=gcc-source
|
||||||
|
|
||||||
$(DL_DIR)/$(GCC_SOURCE):
|
$(DL_DIR)/$(GCC_SOURCE):
|
||||||
mkdir -p $(DL_DIR)
|
mkdir -p $(DL_DIR)
|
||||||
$(WGET) -P $(DL_DIR) $(GCC_SITE)/$(GCC_SOURCE)
|
$(WGET) -P $(DL_DIR) $(GCC_SITE)/$(GCC_SOURCE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user