URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [make/] [custom/] [pc586.cfg] - Rev 1765
Compare with Previous | Blame | View Log
#
# Configuration file for a PC using a Pentium Class CPU
#
# pc586.cfg,v 1.3 2002/07/24 13:31:21 joel Exp
#
RTEMS_CPU_MODEL=pentium
# gcc 2.95.x and 3.0
#CPU_CFLAGS = -mpentium
# gcc 3.1 and newer
CPU_CFLAGS=-mcpu=pentium
include $(RTEMS_ROOT)/make/custom/pc386.cfg