summaryrefslogtreecommitdiffstats
path: root/make/custom/pc486.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 20:56:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 20:56:35 +0000
commit6d3ab0ffdcf4f6e2a338233021658ff83880cbec (patch)
treefad785fc1cdad56487eea123beea01bab1184e55 /make/custom/pc486.cfg
parentRemoved warning by changing %eax -> %ax as source of move to segment (diff)
downloadrtems-6d3ab0ffdcf4f6e2a338233021658ff83880cbec.tar.bz2
Added pc486 and pc586 as aliases of pc386 with proper cpu flags.
Diffstat (limited to '')
-rw-r--r--make/custom/pc486.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/make/custom/pc486.cfg b/make/custom/pc486.cfg
new file mode 100644
index 0000000000..5d8db10920
--- /dev/null
+++ b/make/custom/pc486.cfg
@@ -0,0 +1,11 @@
+#
+# Configuration file for a PC using an i486DX Class CPU
+#
+# $Id$
+#
+
+RTEMS_CPU_MODEL=i486dx
+CPU_CFLAGS = -mcpu=i486
+
+include $(RTEMS_ROOT)/make/custom/pc386.cfg
+