diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-12 19:38:23 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-14 23:45:59 +0100 |
commit | 48fbdaaea6800b8fc5a4bc9bfeba105f3c46ae22 (patch) | |
tree | f05c3ab331765325ba8f957062503d6ba14634dd /toolchain | |
parent | 8bbb56dd9109354f66e428b4a0f83d637851643b (diff) | |
download | buildroot-novena-48fbdaaea6800b8fc5a4bc9bfeba105f3c46ae22.tar.gz buildroot-novena-48fbdaaea6800b8fc5a4bc9bfeba105f3c46ae22.zip |
gcc: remove hurd specific details
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain')
-rw-r--r-- | 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 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 |