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