forked from Imagelibrary/rtems
17 lines
273 B
INI
17 lines
273 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
|
|
# gcc 4.0 and newer
|
|
CPU_CFLAGS = -mtune=i486
|
|
|
|
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
|
|