mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 07:40:24 +08:00
* make/custom/pck6.cfg: New file * make/custom/pc486.cfg: Use -m486 * make/custom/pc586.cfg: Use -mpentium * make/custom/pc686.cfg: Use -mmpentiumpro * make/custom/i386ex.cfg: Use -msoft-float
12 lines
174 B
INI
12 lines
174 B
INI
#
|
|
# Configuration file for a PC using a PentiumPro Class CPU
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
RTEMS_CPU_MODEL=pentiumpro
|
|
CPU_CFLAGS = -mpentiumpro
|
|
|
|
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
|
|