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