patches/gcc/4.0.4/801-arm-softfloat.patch
changeset 747 d3e603e7c17c
parent 746 b150d6f590fc
child 748 61cd4eb6034d
     1.1 --- a/patches/gcc/4.0.4/801-arm-softfloat.patch	Mon Jul 28 21:08:01 2008 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,15 +0,0 @@
     1.4 -Enable building a pure soft-float compiler without the need for a software
     1.5 -floating point library.
     1.6 -
     1.7 -diff -dur gcc-4.0.4.orig/gcc/config.gcc gcc-4.0.4/gcc/config.gcc
     1.8 ---- gcc-4.0.4.orig/gcc/config.gcc	2007-02-02 19:12:28.000000000 +0100
     1.9 -+++ gcc-4.0.4/gcc/config.gcc	2007-02-02 19:12:07.000000000 +0100
    1.10 -@@ -677,7 +677,7 @@
    1.11 - 		tm_defines="TARGET_BIG_ENDIAN_DEFAULT=1 $tm_defines"
    1.12 - 		;;
    1.13 - 	esac
    1.14 --	tmake_file="${tmake_file} arm/t-arm arm/t-linux"
    1.15 -+	tmake_file="${tmake_file} arm/t-arm arm/t-linux arm/t-arm-elf"
    1.16 - 	extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
    1.17 - 	gnu_ld=yes
    1.18 - 	;;