forked from Imagelibrary/rtems
* custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated to use gcc 3.1 arguments.
15 lines
232 B
INI
15 lines
232 B
INI
#
|
|
# Configuration file for a PC using a Pentium Class CPU
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
RTEMS_CPU_MODEL=pentium
|
|
# gcc 2.95.x and 3.0
|
|
#CPU_CFLAGS = -mpentium
|
|
# gcc 3.1 and newer
|
|
CPU_CFLAGS=-mcpu=pentium
|
|
|
|
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
|
|