summaryrefslogtreecommitdiffstats
path: root/make/custom/pc686.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-27 14:37:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-27 14:37:17 +0000
commit318f59124150fe6999573a53f2cccdd2195ec028 (patch)
tree3841bb22f4c72c2e0776c01d703378f32212cadf /make/custom/pc686.cfg
parentFirst attempt at debugging. (diff)
downloadrtems-318f59124150fe6999573a53f2cccdd2195ec028.tar.bz2
Added after report from Quality Quorum <qqi@world.std.com> that
pc686.cfg was not present.
Diffstat (limited to '')
-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
+