Files
rtems/make/custom/pc686.cfg
Joel Sherrill 6fe4d043f3 2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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
2000-08-25 17:29:00 +00:00

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