t-linux (M68K_MLIB_CPU): Add ColdFire CPUs.
gcc/ * config/m68k/t-linux (M68K_MLIB_CPU): Add ColdFire CPUs. From-SVN: r180244
This commit is contained in:
parent
27ab5bd888
commit
1d6d1a9214
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user