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.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/make/custom/pc686.cfg b/make/custom/pc686.cfg
new file mode 100644
index 0000000000..038ef162be
--- /dev/null
+++ b/make/custom/pc686.cfg
@@ -0,0 +1,11 @@
+#
+# Configuration file for a PC using a PentiumPro Class CPU
+#
+# $Id$
+#
+
+RTEMS_CPU_MODEL=pentiumpro
+CPU_CFLAGS = -mcpu=i686
+
+include $(RTEMS_ROOT)/make/custom/pc386.cfg
+