From 303bd8a62dd3f3ab1ae4ea7d340c62c994b50e9c Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 20 Apr 2009 23:09:02 +0000 Subject: Remove dead code git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1718 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/toolchain/gcc/gcc-nuttx-4.x.mk | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'misc/buildroot/toolchain') 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 $@ @@ -168,24 +164,6 @@ endif done; \ 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. # -- cgit v1.2.3