* [Buildroot] [PATCH] toolchain/gcc: remove unused GCC_ENABLE_CLOCALE
@ 2009-01-29 18:49 Markus Heidelberg
2009-01-29 19:14 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Markus Heidelberg @ 2009-01-29 18:49 UTC (permalink / raw)
To: buildroot
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 | 4 ----
toolchain/gcc/gcc-uclibc-4.x.mk | 4 ----
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 368ac8e..bb4137c 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 cd49c18..461e45e 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
--
1.6.1.2.256.g62566b
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-29 19:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29 18:49 [Buildroot] [PATCH] toolchain/gcc: remove unused GCC_ENABLE_CLOCALE Markus Heidelberg
2009-01-29 19:14 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox