forked from Imagelibrary/rtems
12 lines
172 B
INI
12 lines
172 B
INI
#
|
|
# Configuration file for a PC using a PentiumPro Class CPU
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
RTEMS_CPU_MODEL=pentiumpro
|
|
CPU_CFLAGS = -mcpu=i686
|
|
|
|
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
|
|