summaryrefslogtreecommitdiffstats
path: root/make/custom/pck6.cfg
blob: edbbeeb20fe0a7d4844bc140bd3acaf5ce26082a (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

#  This contains the compiler options necessary to select the CPU model
#  and (hopefully) optimize for it.
CPU_CFLAGS = -mtune=k6

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