summaryrefslogtreecommitdiffstats
path: root/make/custom/pck6.cfg
blob: 7cfbfa83580eb964bda18d755395a07b8efbdcfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
#  Configuration file for a PC using an AMD k6 Class CPU
#
#  $Id$
#

RTEMS_CPU_MODEL=pentium
# gcc 3.1 and newer
# CPU_CFLAGS = -mcpu=k6
# gcc 4.0 and newer
CPU_CFLAGS = -mtune=k6

include $(RTEMS_ROOT)/make/custom/pc386.cfg