forked from Imagelibrary/rtems
15 lines
288 B
INI
15 lines
288 B
INI
#
|
|
# Configuration file for a PC using a PentiumPro Class CPU
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
RTEMS_CPU_MODEL=pentiumpro
|
|
|
|
# This contains the compiler options necessary to select the CPU model
|
|
# and (hopefully) optimize for it.
|
|
CPU_CFLAGS = -mtune=pentiumpro
|
|
|
|
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
|
|