summaryrefslogtreecommitdiffstats
path: root/make/custom/pc386dx.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-21 14:20:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-21 14:20:01 +0000
commit85371f786bf80689355cfe9251e80c07290de3e5 (patch)
treedeec59cc1b93116e05a63d8949e241646ed9496a /make/custom/pc386dx.cfg
parent2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-85371f786bf80689355cfe9251e80c07290de3e5.tar.bz2
2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/pc386dx.cfg: New bsp.
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
+