diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /toolchain/gcc/patches/4.7-linaro/.svn/text-base/999-coldfire.patch.svn-base | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'toolchain/gcc/patches/4.7-linaro/.svn/text-base/999-coldfire.patch.svn-base')
-rw-r--r-- | toolchain/gcc/patches/4.7-linaro/.svn/text-base/999-coldfire.patch.svn-base | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/4.7-linaro/.svn/text-base/999-coldfire.patch.svn-base b/toolchain/gcc/patches/4.7-linaro/.svn/text-base/999-coldfire.patch.svn-base new file mode 100644 index 0000000..397caa3 --- /dev/null +++ b/toolchain/gcc/patches/4.7-linaro/.svn/text-base/999-coldfire.patch.svn-base @@ -0,0 +1,10 @@ +--- a/gcc/config.gcc ++++ b/gcc/config.gcc +@@ -1660,6 +1660,7 @@ m32rle-*-linux*) + if test x$enable_threads = xyes; then + thread_file='posix' + fi ++ tmake_file="m68k/t-floatlib m68k/t-m68kbare m68k/t-m68kelf" + ;; + m68k-*-elf* | fido-*-elf*) + case ${target} in |