toolchain/gcc: remove unused GCC_ENABLE_CLOCALE
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 29 Jan 2009 19:13:53 +0000 (19:13 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 29 Jan 2009 19:13:53 +0000 (19:13 -0000)
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>
toolchain/gcc/gcc-uclibc-3.x.mk
toolchain/gcc/gcc-uclibc-4.x.mk

index 368ac8ee9bc1f645e9ee80c7652d05ce116202c1..bb4137c3ac1da4329228fcd14f35f0be53524478 100644 (file)
@@ -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
 
 #############################################################
index cd49c185721adcdc208a23fafebb113b1808cda2..461e45ea28cb6245e725638f318ad294cf61f904 100644 (file)
@@ -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