summaryrefslogtreecommitdiffstats
path: root/make/custom/gensh1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/gensh1.cfg')
-rw-r--r--make/custom/gensh1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg
index 93507f4ae3..4f236d2ca3 100644
--- a/make/custom/gensh1.cfg
+++ b/make/custom/gensh1.cfg
@@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=gensh1
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS=-m1
+CPU_CFLAGS = -m1
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2