summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard2009-01-29 20:13:53 +0100
committerPeter Korsgaard2009-01-29 20:13:53 +0100
commit6071bb4e1a51fe16093b22d89457e7cb64364ea5 (patch)
treec27d5127f943d79d82583916c6541ba0ad51a781
parentClean up x86 support (diff)
downloadbuildroot-6071bb4e1a51fe16093b22d89457e7cb64364ea5.tar.gz
buildroot-6071bb4e1a51fe16093b22d89457e7cb64364ea5.tar.xz
buildroot-6071bb4e1a51fe16093b22d89457e7cb64364ea5.zip
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>
-rw-r--r--toolchain/gcc/gcc-uclibc-3.x.mk4
-rw-r--r--toolchain/gcc/gcc-uclibc-4.x.mk4
2 files changed, 0 insertions, 8 deletions
diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk
index 368ac8ee9..bb4137c3a 100644
--- a/toolchain/gcc/gcc-uclibc-3.x.mk
+++ b/toolchain/gcc/gcc-uclibc-3.x.mk
@@ -123,10 +123,6 @@ else
GCC_SHARED_LIBGCC:=--disable-shared
endif
-ifneq ($(BR2_ENABLE_LOCALE),y)
-GCC_ENABLE_CLOCALE:=--disable-clocale
-endif
-
HOST_SOURCE+=gcc-source
#############################################################
diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk
index cd49c1857..461e45ea2 100644
--- a/toolchain/gcc/gcc-uclibc-4.x.mk
+++ b/toolchain/gcc/gcc-uclibc-4.x.mk
@@ -133,10 +133,6 @@ else
GCC_SHARED_LIBGCC:=--disable-shared
endif
-ifneq ($(BR2_ENABLE_LOCALE),y)
-GCC_ENABLE_CLOCALE:=--disable-clocale
-endif
-
ifeq ($(BR2_KERNEL_HURD),y)
EXTRA_GCC1_CONFIG_OPTIONS+=--without-headers
endif