Files
rtems/make/custom/pc386dx.cfg
Joel Sherrill 66a9381db4 2008-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* leaf.cfg, custom/pc386.cfg, custom/pc386dx.cfg: It appears that the
	default processor model optimization has changed in gcc 4.3.0.
2008-03-12 15:24:46 +00:00

15 lines
313 B
INI

#
# Configuration file for a PC using an i386 Class CPU w/o FPU
#
# $Id$
#
RTEMS_CPU_MODEL=i386dx
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mtune=i386 -msoft-float -mno-fp-ret-in-387
include $(RTEMS_ROOT)/make/custom/pc386.cfg