Commit dadc0876 authored by schwab's avatar schwab
Browse files

* gcc/config/m68k/t-linux (M68K_MLIB_CPU): Only include 680x0 CPUs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168253 138bc75d-0d04-0410-961f-82ee72b054a4
parent 2e65d946
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
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment