summaryrefslogtreecommitdiff
path: root/misc/buildroot
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-20 23:09:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-20 23:09:02 +0000
commit303bd8a62dd3f3ab1ae4ea7d340c62c994b50e9c (patch)
tree6ce47ef459c3738f311fdde1aab5d27e6158d42e /misc/buildroot
parenta9085691c64804b23ebeee6bc3c1777ff3e296e6 (diff)
downloadnuttx-303bd8a62dd3f3ab1ae4ea7d340c62c994b50e9c.tar.gz
nuttx-303bd8a62dd3f3ab1ae4ea7d340c62c994b50e9c.tar.bz2
nuttx-303bd8a62dd3f3ab1ae4ea7d340c62c994b50e9c.zip
Remove dead code
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1718 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot')
-rw-r--r--misc/buildroot/toolchain/gcc/gcc-nuttx-4.x.mk22
1 files changed, 0 insertions, 22 deletions
diff --git a/misc/buildroot/toolchain/gcc/gcc-nuttx-4.x.mk b/misc/buildroot/toolchain/gcc/gcc-nuttx-4.x.mk
index 0ffc3d0f4..df47208f5 100644
--- a/misc/buildroot/toolchain/gcc/gcc-nuttx-4.x.mk
+++ b/misc/buildroot/toolchain/gcc/gcc-nuttx-4.x.mk
@@ -97,10 +97,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 $@
@@ -169,24 +165,6 @@ endif
fi; \
);
#
- # Now for the ugly 3.3.x soft float hack...
- #
-ifeq ($(BR2_SOFT_FLOAT),y)
-ifeq ($(findstring 3.3.,$(GCC_VERSION)),3.3.)
- # Make sure we have a soft float specs file for this arch
- if [ ! -f toolchain/gcc/$(GCC_VERSION)/specs-$(ARCH)-soft-float ] ; then \
- echo soft float configured but no specs file for this arch ; \
- /bin/false ; \
- fi;
- # Replace specs file with one that defaults to soft float mode.
- if [ ! -f $(STAGING_DIR)/lib/gcc-lib/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)/specs ] ; then \
- echo staging dir specs file is missing ; \
- /bin/false ; \
- fi;
- cp toolchain/gcc/$(GCC_VERSION)/specs-$(ARCH)-soft-float $(STAGING_DIR)/lib/gcc-lib/$(REAL_GNU_TARGET_NAME)/$(GCC_VERSION)/specs
-endif
-endif
- #
# Ok... that's enough of that.
#
touch $@