summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/make/custom/pc386dx.cfg
blob: 45d4a6c9f3d672a9da8d035f472a823114a1a113 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
#  Configuration file for a PC using an i386 Class CPU w/o FPU
#

RTEMS_CPU_MODEL=i386dx

#  This contains the compiler options necessary to select the CPU model
#  and (hopefully) optimize for it.
CPU_CFLAGS = -mtune=i386 -msoft-float -mno-fp-ret-in-387

include $(RTEMS_ROOT)/make/custom/pc386.cfg