diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-08-01 12:39:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-08-01 12:39:19 +0000 |
commit | 332227b067db434bd50e65a3f6428d262559c612 (patch) | |
tree | d4bd93d97100d3107d9f19d36fbf0a594907bfd7 /toolchain/gcc/patches/4.5.1/999-coldfire.patch | |
parent | 56aa129fed03687a036aca151592e4c27a555732 (diff) | |
download | upstream-332227b067db434bd50e65a3f6428d262559c612.tar.gz upstream-332227b067db434bd50e65a3f6428d262559c612.tar.bz2 upstream-332227b067db434bd50e65a3f6428d262559c612.zip |
add support for gcc-4.5.1
SVN-Revision: 22450
Diffstat (limited to 'toolchain/gcc/patches/4.5.1/999-coldfire.patch')
-rw-r--r-- | toolchain/gcc/patches/4.5.1/999-coldfire.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/4.5.1/999-coldfire.patch b/toolchain/gcc/patches/4.5.1/999-coldfire.patch new file mode 100644 index 0000000000..980e276947 --- /dev/null +++ b/toolchain/gcc/patches/4.5.1/999-coldfire.patch @@ -0,0 +1,12 @@ +Index: gcc-4.4.2/gcc/config.gcc +=================================================================== +--- gcc-4.4.2.orig/gcc/config.gcc 2009-10-21 16:19:39.000000000 +0200 ++++ gcc-4.4.2/gcc/config.gcc 2009-10-21 16:19:40.000000000 +0200 +@@ -1506,6 +1506,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 |