summaryrefslogtreecommitdiffstats
path: root/make/custom/pc486.cfg
blob: dca45047aff784ec1b8338ff46edbc46069515c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
#  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