summaryrefslogtreecommitdiffstats
path: root/make/custom/pck6.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/pck6.cfg')
-rw-r--r--make/custom/pck6.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/make/custom/pck6.cfg b/make/custom/pck6.cfg
new file mode 100644
index 0000000000..d8d84a9f2c
--- /dev/null
+++ b/make/custom/pck6.cfg
@@ -0,0 +1,10 @@
+#
+# Configuration file for a PC using an AMD k6 Class CPU
+#
+# $Id$
+#
+
+RTEMS_CPU_MODEL=pentium
+CPU_CFLAGS = -mcpu=k6
+
+include $(RTEMS_ROOT)/make/custom/pc386.cfg