# Set CMACHFLAGS best target the specific CPU combination, based on
# their "options" setting.
# This should typically be included iff the config file has not already set
# CMACHFLAGS, eg:
# .if !defined(CMACHFLAGS)
# .include "$S/arch/m68k/Makefile.cmachflags"
# CMACHFLAGS+= -Wa,-m68030 -Wa,-m68851
# .endif
# Table of CPUs targeted vs gcc flags. Note: -m68020 and -m68030 are
# ~identical, but they are both included for completeness.