Browse Source

gcc: remove hurd specific details

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 15 years ago
parent
commit
48fbdaaea6
1 changed files with 0 additions and 4 deletions
  1. 0 4
      toolchain/gcc/gcc-uclibc-4.x.mk

+ 0 - 4
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