diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-08-07 12:00:25 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-08-07 12:00:25 +0000 |
commit | 5a8a22bdc2d8e5dfd14b37a72d78b08864777011 (patch) | |
tree | 3a3905ea4a7c3fa2d3c24b4ab8026edbc9b317b4 /toolchain/gcc/patches/4.3.4/999-coldfire.patch | |
parent | a865c9deb54100c51990a33b52637fac25d31992 (diff) | |
download | upstream-5a8a22bdc2d8e5dfd14b37a72d78b08864777011.tar.gz upstream-5a8a22bdc2d8e5dfd14b37a72d78b08864777011.tar.bz2 upstream-5a8a22bdc2d8e5dfd14b37a72d78b08864777011.zip |
add gcc 4.3.4
SVN-Revision: 17165
Diffstat (limited to 'toolchain/gcc/patches/4.3.4/999-coldfire.patch')
-rw-r--r-- | toolchain/gcc/patches/4.3.4/999-coldfire.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/4.3.4/999-coldfire.patch b/toolchain/gcc/patches/4.3.4/999-coldfire.patch new file mode 100644 index 0000000000..2968e8d097 --- /dev/null +++ b/toolchain/gcc/patches/4.3.4/999-coldfire.patch @@ -0,0 +1,10 @@ +--- gcc-4.3.1/gcc/config.gcc.old 2008-06-17 23:49:00.000000000 +0200 ++++ gcc-4.3.1/gcc/config.gcc 2008-06-17 23:03:07.000000000 +0200 +@@ -1630,6 +1630,7 @@ + if test x$sjlj != x1; then + tmake_file="$tmake_file m68k/t-slibgcc-elf-ver" + fi ++ tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf" + ;; + m68k-*-rtems*) + default_m68k_cpu=68020 |