summaryrefslogtreecommitdiffstats
path: root/bsps/i386/pc386/config/pc486.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/i386/pc386/config/pc486.cfg')
-rw-r--r--bsps/i386/pc386/config/pc486.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/bsps/i386/pc386/config/pc486.cfg b/bsps/i386/pc386/config/pc486.cfg
new file mode 100644
index 0000000000..baab16dc32
--- /dev/null
+++ b/bsps/i386/pc386/config/pc486.cfg
@@ -0,0 +1,10 @@
+#
+# Configuration file for a PC using an i486DX Class CPU
+#
+
+# This contains the compiler options necessary to select the CPU model
+# and (hopefully) optimize for it.
+CPU_CFLAGS = -mtune=i486
+
+include $(RTEMS_ROOT)/make/custom/pc386.cfg
+