source: rtems/make/custom/pc586.cfg @ e68206a1

4.104.114.84.95
Last change on this file since e68206a1 was e68206a1, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/05 at 18:12:20

2005-01-20 Joel Sherrill <joel@…>

  • custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg, custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg, custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg, custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
  • Property mode set to 100644
File size: 280 bytes
RevLine 
[6d3ab0f]1#
2#  Configuration file for a PC using a Pentium Class CPU
3#
4#  $Id$
5#
6
7RTEMS_CPU_MODEL=pentium
[7660fe6b]8# gcc 2.95.x and 3.0
9#CPU_CFLAGS = -mpentium
10# gcc 3.1 and newer
[e68206a1]11# CPU_CFLAGS=-mcpu=pentium
12# gcc 4.0 and newer
13CPU_CFLAGS=-mtune=pentium
[6d3ab0f]14
15include $(RTEMS_ROOT)/make/custom/pc386.cfg
16
Note: See TracBrowser for help on using the repository browser.