patches/gcc/4.0.4/200-arm-softfloat.patch
author Titus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103 a8bf927f6e37
parent 305 00a7e6c275da
permissions -rw-r--r--
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
yann@305
     1
Enable building a pure soft-float compiler without the need for a software
yann@305
     2
floating point library.
yann@1
     3
yann@1
     4
diff -dur gcc-4.0.4.orig/gcc/config.gcc gcc-4.0.4/gcc/config.gcc
yann@1
     5
--- gcc-4.0.4.orig/gcc/config.gcc	2007-02-02 19:12:28.000000000 +0100
yann@1
     6
+++ gcc-4.0.4/gcc/config.gcc	2007-02-02 19:12:07.000000000 +0100
yann@1
     7
@@ -677,7 +677,7 @@
yann@1
     8
 		tm_defines="TARGET_BIG_ENDIAN_DEFAULT=1 $tm_defines"
yann@1
     9
 		;;
yann@1
    10
 	esac
yann@1
    11
-	tmake_file="${tmake_file} arm/t-arm arm/t-linux"
yann@1
    12
+	tmake_file="${tmake_file} arm/t-arm arm/t-linux arm/t-arm-elf"
yann@1
    13
 	extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
yann@1
    14
 	gnu_ld=yes
yann@1
    15
 	;;