1# Select only ColdFire-specific CPUs.
2
3M68K_MLIB_CPU += && (CPU ~ "^mcf")
4M68K_ARCH := cf
5# Do not stamp the multilibs with a MAC type, as we never use those
6# instructions in compiler-generated code.
7MULTILIB_EXTRA_OPTS += Wa,-mno-mac
8