summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/make/custom/pc686.cfg
blob: b27e8ae1cb5c7978254b70539e1a0f6202d69e52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
#  Configuration file for a PC using a PentiumPro Class CPU
#

RTEMS_CPU_MODEL=pentiumpro

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

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