summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme162lx.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/mvme162lx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mvme162lx.cfg b/make/custom/mvme162lx.cfg
index c16bedb583..ca84859e26 100644
--- a/make/custom/mvme162lx.cfg
+++ b/make/custom/mvme162lx.cfg
@@ -24,7 +24,7 @@ RTEMS_BSP_FAMILY=mvme162
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -m68040 -msoft-float
+CPU_CFLAGS = -mcpu=68040 -msoft-float
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer