[Buildroot] [PATCH 1/2] gcc: remove hurd specific details

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Dec 14 22:54:27 UTC 2009


Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 toolchain/gcc/gcc-uclibc-4.x.mk |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk
index d5a889f..d25a9b6 100644
--- a/toolchain/gcc/gcc-uclibc-4.x.mk
+++ b/toolchain/gcc/gcc-uclibc-4.x.mk
@@ -150,10 +150,6 @@ else
 GCC_TLS:=--disable-tls
 endif
 
-ifeq ($(BR2_KERNEL_HURD),y)
-EXTRA_GCC1_CONFIG_OPTIONS+=--without-headers
-endif
-
 ifeq ($(BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE),y)
 GCC_DECIMAL_FLOAT:=--disable-decimal-float
 endif
-- 
1.6.3.3




More information about the buildroot mailing list