summaryrefslogtreecommitdiffstats
path: root/make/custom/pc386dx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/pc386dx.cfg')
-rw-r--r--make/custom/pc386dx.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/make/custom/pc386dx.cfg b/make/custom/pc386dx.cfg
new file mode 100644
index 0000000000..c74732afb4
--- /dev/null
+++ b/make/custom/pc386dx.cfg
@@ -0,0 +1,11 @@
+#
+# Configuration file for a PC using an i386 Class CPU w/o FPU
+#
+# $Id$
+#
+
+RTEMS_CPU_MODEL=i386dx
+CPU_CFLAGS = -msoft-float -mno-fp-ret-in-387
+
+include $(RTEMS_ROOT)/make/custom/pc386.cfg
+