patches/gcc/4.0.4/200-arm-softfloat.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 14 21:30:27 2008 +0000 (2008-10-14)
changeset 935 e175e3538310
parent 305 00a7e6c275da
permissions -rw-r--r--
Introduce the notion of a 'sample comment'.

- presence of the sample's reported.by file is now mandatory.
- when saving a sample, reporter name & URL are queried, to avoid operator forget about creating the reported.by file.
- when saving a sample, one can store a few-liner comment.
- when recalling a sample, the reporter name, URL and comment (if present) are printed.
- update the powerpc-e500v2-linux-gnuspe sample to include Nate's comment (from his original mail).
- update all samples that were missing the reported.by file.

/trunk/scripts/saveSample.sh | 46 35 11 0 ++++++++++++++++++------
/trunk/scripts/showSamples.sh | 12 6 6 0 +++---
/trunk/samples/powerpc-e500v2-linux-gnuspe/reported.by | 15 15 0 0 ++++++++
/trunk/samples/samples.mk | 22 17 5 0 +++++++++--
4 files changed, 73 insertions(+), 22 deletions(-)
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
 	;;