]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
t-linux (M68K_MLIB_CPU): Add ColdFire CPUs.
authorMaxim Kuvyrkov <maxim@codesourcery.com>
Thu, 20 Oct 2011 11:29:56 +0000 (11:29 +0000)
committerJulian Brown <jules@gcc.gnu.org>
Thu, 20 Oct 2011 11:29:56 +0000 (11:29 +0000)
gcc/
* config/m68k/t-linux (M68K_MLIB_CPU): Add ColdFire CPUs.

From-SVN: r180244

gcc/ChangeLog
gcc/config/m68k/t-linux

index 6c084c88ffb5f9fa6fcbb8a8c90993ccab3e6246..204ab43be840d4dd71ba8f9869d5841aa4497f04 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       * config/m68k/t-linux (M68K_MLIB_CPU): Add ColdFire CPUs.
+
 2011-10-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
 
        PR target/50106
index 17f0c6f598796c9f76d790cdfa3b6e53c76db004..a8cb563a2e20b62f1fbb3215032c96d0ea139ba5 100644 (file)
@@ -18,8 +18,8 @@
 
 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
 
-# Only include multilibs for 680x0 CPUs with an MMU.
-M68K_MLIB_CPU += && (CPU ~ "^m680") && (FLAGS ~ "FL_MMU")
+# Only include multilibs for 680x0 and ColdFire CPUs with an MMU.
+M68K_MLIB_CPU += && ((CPU ~ "^m680") || (CPU ~ "^mcf")) && (FLAGS ~ "FL_MMU")
 
 # This rule uses MULTILIB_MATCHES to generate a definition of
 # SYSROOT_SUFFIX_SPEC.