summaryrefslogtreecommitdiffstats
path: root/make/custom/pc386.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/pc386.cfg')
-rw-r--r--make/custom/pc386.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index 490428bb56..4be98089d5 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -18,7 +18,9 @@ RTEMS_BSP_FAMILY=pc386
# and (hopefully) optimize for it.
#
# NOTE: CPU_CFLAGS is set by pc386 variants.
-# CPU_CFLAGS =
+ifeq ($(CPU_CFLAGS),)
+ CPU_CFLAGS = -mtune=i386
+endif
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g