From: Andreas Schwab Date: Sun, 26 Dec 2010 18:19:04 +0000 (+0000) Subject: * gcc/config/m68k/t-linux (M68K_MLIB_CPU): Only include 680x0 CPUs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=581b02787376971bbfe1fa4469a4f7e048dc03bd;p=gcc.git * gcc/config/m68k/t-linux (M68K_MLIB_CPU): Only include 680x0 CPUs. From-SVN: r168253 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cc108e338d7..1c8293f5ac2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-12-26 Andreas Schwab + + * config/m68k/t-linux (M68K_MLIB_CPU): Only include 680x0 CPUs. + 2010-12-24 Alexander Monakov PR rtl-optimization/47036 diff --git a/gcc/config/m68k/t-linux b/gcc/config/m68k/t-linux index 8dd5112a55c..7af40dafce9 100644 --- a/gcc/config/m68k/t-linux +++ b/gcc/config/m68k/t-linux @@ -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.