source: rtems/make/custom/pc486.cfg @ e7d49fb6

4.104.114.84.95
Last change on this file since e7d49fb6 was b86e0899, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/07 at 07:05:26

Cosmetics.

  • Property mode set to 100644
File size: 273 bytes
Line 
1#
2#  Configuration file for a PC using an i486DX Class CPU
3#
4#  $Id$
5#
6
7RTEMS_CPU_MODEL=i486dx
8# gcc 2.95.x and 3.0
9#CPU_CFLAGS = -m486
10# gcc 3.1 and newer
11# CPU_CFLAGS = -mcpu=i486
12# gcc 4.0 and newer
13CPU_CFLAGS = -mtune=i486
14
15include $(RTEMS_ROOT)/make/custom/pc386.cfg
16
Note: See TracBrowser for help on using the repository browser.