diff options
Diffstat (limited to 'gcc/config/m68k/t-cf')
-rw-r--r-- | gcc/config/m68k/t-cf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/m68k/t-cf b/gcc/config/m68k/t-cf new file mode 100644 index 000000000..7bf8e11ee --- /dev/null +++ b/gcc/config/m68k/t-cf @@ -0,0 +1,7 @@ +# Select only ColdFire-specific CPUs. + +M68K_MLIB_CPU += && (CPU ~ "^mcf") +M68K_ARCH := cf +# Do not stamp the multilibs with a MAC type, as we never use those +# instructions in compiler-generated code. +MULTILIB_EXTRA_OPTS += Wa,-mno-mac |