mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
8 lines
236 B
Plaintext
8 lines
236 B
Plaintext
# 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
|