summaryrefslogtreecommitdiffstats
path: root/make
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
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')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/pc386dx.cfg11
2 files changed, 15 insertions, 0 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 415108cc1a..5fe76d1911 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,4 +1,8 @@
+2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * custom/pc386dx.cfg: New bsp.
+
2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
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
+