mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
12 lines
192 B
INI
12 lines
192 B
INI
#
|
|
# Configuration file for a PC using an i386 Class CPU w/o FPU
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
RTEMS_CPU_MODEL=i386dx
|
|
CPU_CFLAGS = -msoft-float -mno-fp-ret-in-387
|
|
|
|
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
|
|