mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
15 lines
279 B
INI
15 lines
279 B
INI
#
|
|
# Configuration file for a PC using a Pentium Class CPU
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
RTEMS_CPU_MODEL=pentium
|
|
|
|
# This contains the compiler options necessary to select the CPU model
|
|
# and (hopefully) optimize for it.
|
|
CPU_CFLAGS = -mtune=pentium
|
|
|
|
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
|
|