summaryrefslogtreecommitdiffstats
path: root/make/custom/pc686.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/pc686.cfg')
-rw-r--r--make/custom/pc686.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/make/custom/pc686.cfg b/make/custom/pc686.cfg
index 47daa07083..a377e05ec7 100644
--- a/make/custom/pc686.cfg
+++ b/make/custom/pc686.cfg
@@ -5,7 +5,10 @@
#
RTEMS_CPU_MODEL=pentiumpro
-CPU_CFLAGS = -mpentiumpro
+# gcc 2.95.x and 3.0
+#CPU_CFLAGS = -mpentiumpro
+# gcc 3.1 and newer
+CPU_CFLAGS=-mcpu=pentiumpro
include $(RTEMS_ROOT)/make/custom/pc386.cfg