forked from Imagelibrary/rtems
12 lines
165 B
INI
12 lines
165 B
INI
#
|
|
# Configuration file for a PC using an i486DX Class CPU
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
RTEMS_CPU_MODEL=i486dx
|
|
CPU_CFLAGS = -mcpu=i486
|
|
|
|
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
|
|