summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg')
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg
new file mode 100644
index 0000000000..df0fc15d10
--- /dev/null
+++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg
@@ -0,0 +1,14 @@
+#
+# Configuration file for a PC using an i386 Class CPU w/o FPU
+#
+# $Id$
+#
+
+RTEMS_CPU_MODEL=i386dx
+
+# This contains the compiler options necessary to select the CPU model
+# and (hopefully) optimize for it.
+CPU_CFLAGS = -mtune=i386 -msoft-float -mno-fp-ret-in-387
+
+include $(RTEMS_ROOT)/make/custom/pc386.cfg
+