mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 15:30:57 +08:00
15 lines
301 B
INI
15 lines
301 B
INI
#
|
|
# Configuration file for a PC using an i386 Class CPU w/o FPU
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
RTEMS_CPU_MODEL=i386dx
|
|
|
|
# This contains the compiler options necessary to select the CPU model
|
|
# and (hopefully) optimize for it.
|
|
CPU_CFLAGS = -msoft-float -mno-fp-ret-in-387
|
|
|
|
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
|
|