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 + + * custom/pc386dx.cfg: New bsp. + 2001-02-07 Ralf Corsepius * 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 +