summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-12-12 19:38:23 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-12-14 23:45:59 +0100
commit48fbdaaea6800b8fc5a4bc9bfeba105f3c46ae22 (patch)
treef05c3ab331765325ba8f957062503d6ba14634dd /toolchain/gcc
parent8bbb56dd9109354f66e428b4a0f83d637851643b (diff)
gcc: remove hurd specific details
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/gcc-uclibc-4.x.mk4
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 d5a889fa3..d25a9b6d5 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