diff options
| author | Thomas Petazzoni | 2009-12-12 19:38:23 +0100 |
|---|---|---|
| committer | Thomas Petazzoni | 2009-12-14 23:45:59 +0100 |
| commit | 48fbdaaea6800b8fc5a4bc9bfeba105f3c46ae22 (patch) | |
| tree | f05c3ab331765325ba8f957062503d6ba14634dd | |
| parent | kernel-headers: bump 2.6.31.x / 2.6.32.x stable versions (diff) | |
| download | buildroot-48fbdaaea6800b8fc5a4bc9bfeba105f3c46ae22.tar.gz buildroot-48fbdaaea6800b8fc5a4bc9bfeba105f3c46ae22.tar.xz buildroot-48fbdaaea6800b8fc5a4bc9bfeba105f3c46ae22.zip | |
gcc: remove hurd specific details
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -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 |
