source: rtems/make/custom/pc386dx.cfg @ 641982a

4.104.115
Last change on this file since 641982a was 66a9381d, checked in by Joel Sherrill <joel.sherrill@…>, on 03/12/08 at 15:24:46

2008-03-12 Joel Sherrill <joel.sherrill@…>

  • leaf.cfg, custom/pc386.cfg, custom/pc386dx.cfg: It appears that the default processor model optimization has changed in gcc 4.3.0.
  • Property mode set to 100644
File size: 313 bytes
Line 
1#
2#  Configuration file for a PC using an i386 Class CPU w/o FPU
3#
4#  $Id$
5#
6
7RTEMS_CPU_MODEL=i386dx
8
9#  This contains the compiler options necessary to select the CPU model
10#  and (hopefully) optimize for it.
11CPU_CFLAGS = -mtune=i386 -msoft-float -mno-fp-ret-in-387
12
13include $(RTEMS_ROOT)/make/custom/pc386.cfg
14
Note: See TracBrowser for help on using the repository browser.