Files
rtems/make/custom/pc486.cfg
Joel Sherrill 7660fe6bc2 2002-07-24 Joel Sherrill <joel@OARcorp.com>
* custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
	to use gcc 3.1 arguments.
2002-07-24 13:31:21 +00:00

15 lines
224 B
INI

#
# Configuration file for a PC using an i486DX Class CPU
#
# $Id$
#
RTEMS_CPU_MODEL=i486dx
# gcc 2.95.x and 3.0
#CPU_CFLAGS = -m486
# gcc 3.1 and newer
CPU_CFLAGS=-mcpu=i486
include $(RTEMS_ROOT)/make/custom/pc386.cfg