2001-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* custom/pc386dx.cfg: New bsp.
This commit is contained in:
Joel Sherrill
2001-02-21 14:20:01 +00:00
parent c0394d4b3b
commit 85371f786b
2 changed files with 15 additions and 0 deletions

View File

@@ -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,

11
make/custom/pc386dx.cfg Normal file
View File

@@ -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