summaryrefslogtreecommitdiffstats
path: root/make/custom/gen68360.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/gen68360.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg
index 4276105d10..87785cf391 100644
--- a/make/custom/gen68360.cfg
+++ b/make/custom/gen68360.cfg
@@ -20,9 +20,9 @@ RTEMS_BSP_FAMILY=gen68360
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
-CPU_CFLAGS = -m68040
+CPU_CFLAGS = -mcpu=68040
else
-CPU_CFLAGS = -mcpu32
+CPU_CFLAGS = -mcpu=cpu32
endif
# optimize flag: typically -O2