* gcc/config/m68k/t-linux (M68K_MLIB_CPU): Only include 680x0 CPUs.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 26 Dec 2010 18:19:04 +0000 (18:19 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sun, 26 Dec 2010 18:19:04 +0000 (18:19 +0000)
From-SVN: r168253

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

index cc108e338d7d6503dc72416276e2c754ce5ab784..1c8293f5ac2b80f28f931faaeeb6b82347b5eb91 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-26  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * config/m68k/t-linux (M68K_MLIB_CPU): Only include 680x0 CPUs.
+
 2010-12-24  Alexander Monakov  <amonakov@ispras.ru>
 
        PR rtl-optimization/47036
index 8dd5112a55c0e4b92695f4e406f192a59478eecf..7af40dafce9c3180b0bfabef7a1c143b5e2924f5 100644 (file)
@@ -18,8 +18,8 @@
 
 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
 
-# Only include multilibs for CPUs with an MMU.
-M68K_MLIB_CPU += && match(FLAGS, "FL_MMU")
+# Only include multilibs for 680x0 CPUs with an MMU.
+M68K_MLIB_CPU += && (CPU ~ "^m680") && (FLAGS ~ "FL_MMU")
 
 # This rule uses MULTILIB_MATCHES to generate a definition of
 # SYSROOT_SUFFIX_SPEC.