diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-29 19:24:31 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-29 19:24:31 +0000 |
commit | e87389229eb4537627322582510dd52fce312d3e (patch) | |
tree | 6d77189a406921287dbac4ea6c0d20a94a844f32 /toolchain/gcc/gcc-uclibc-4.x.mk | |
parent | 6071bb4e1a51fe16093b22d89457e7cb64364ea5 (diff) | |
download | buildroot-novena-e87389229eb4537627322582510dd52fce312d3e.tar.gz buildroot-novena-e87389229eb4537627322582510dd52fce312d3e.zip |
toolchain/gcc: remove ancient (and unused) i386 softfloat patch
Diffstat (limited to 'toolchain/gcc/gcc-uclibc-4.x.mk')
-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 461e45ea2..118b257e0 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -179,10 +179,6 @@ endif ifeq ("$(strip $(ARCH))","armeb") toolchain/patch-kernel.sh $(GCC_DIR) toolchain/gcc/$(GCC_VERSION) arm-softfloat.patch.conditional endif - # Not yet updated to 3.4.1. - #ifeq ("$(strip $(ARCH))","i386") - #toolchain/patch-kernel.sh $(GCC_DIR) toolchain/gcc i386-gcc-soft-float.patch - #endif endif touch $@ |