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