mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 22:23:19 +08:00
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
|
|
|