forked from Imagelibrary/rtems
* 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.
17 lines
295 B
INI
17 lines
295 B
INI
#
|
|
# Configuration file for a PC using a PentiumPro Class CPU
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
RTEMS_CPU_MODEL=pentiumpro
|
|
# gcc 2.95.x and 3.0
|
|
#CPU_CFLAGS = -mpentiumpro
|
|
# gcc 3.1 and newer
|
|
# CPU_CFLAGS=-mcpu=pentiumpro
|
|
# gcc 4.0 and newer
|
|
CPU_CFLAGS=-mtune=pentiumpro
|
|
|
|
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
|
|