Files
rtems/make/custom/pc586.cfg
Joel Sherrill e68206a127 2005-01-20 Joel Sherrill <joel@OARcorp.com>
* 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.
2005-01-20 18:12:20 +00:00

17 lines
280 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
# gcc 4.0 and newer
CPU_CFLAGS=-mtune=pentium
include $(RTEMS_ROOT)/make/custom/pc386.cfg