mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
toolchain/gcc: remove unused GCC_ENABLE_CLOCALE
This variable was introduced in r17046 (add gfortran support, 2006-12-22) and wasn't used even there. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
This commit is contained in:
parent
37ae66f462
commit
6071bb4e1a
@ -123,10 +123,6 @@ else
|
|||||||
GCC_SHARED_LIBGCC:=--disable-shared
|
GCC_SHARED_LIBGCC:=--disable-shared
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(BR2_ENABLE_LOCALE),y)
|
|
||||||
GCC_ENABLE_CLOCALE:=--disable-clocale
|
|
||||||
endif
|
|
||||||
|
|
||||||
HOST_SOURCE+=gcc-source
|
HOST_SOURCE+=gcc-source
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
|
@ -133,10 +133,6 @@ else
|
|||||||
GCC_SHARED_LIBGCC:=--disable-shared
|
GCC_SHARED_LIBGCC:=--disable-shared
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(BR2_ENABLE_LOCALE),y)
|
|
||||||
GCC_ENABLE_CLOCALE:=--disable-clocale
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_KERNEL_HURD),y)
|
ifeq ($(BR2_KERNEL_HURD),y)
|
||||||
EXTRA_GCC1_CONFIG_OPTIONS+=--without-headers
|
EXTRA_GCC1_CONFIG_OPTIONS+=--without-headers
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user