Files
rtems/make/custom/pck6.cfg
Ralf Corsepius c51004a089 Misc cleanups.
2007-01-18 08:28:54 +00:00

14 lines
273 B
INI

#
# 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