gcc: remove hurd specific details
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 12 Dec 2009 18:38:23 +0000 (19:38 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 14 Dec 2009 22:45:59 +0000 (23:45 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/gcc/gcc-uclibc-4.x.mk

index d5a889fa33125afcdf555701c009da991b60a305..d25a9b6d5c9ee77b83e570984435ffcbd8a2345d 100644 (file)
@@ -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