From 318f59124150fe6999573a53f2cccdd2195ec028 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Jan 2000 14:37:17 +0000 Subject: Added after report from Quality Quorum that pc686.cfg was not present. --- make/custom/pc686.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 make/custom/pc686.cfg (limited to 'make/custom/pc686.cfg') diff --git a/make/custom/pc686.cfg b/make/custom/pc686.cfg new file mode 100644 index 0000000000..038ef162be --- /dev/null +++ b/make/custom/pc686.cfg @@ -0,0 +1,11 @@ +# +# Configuration file for a PC using a PentiumPro Class CPU +# +# $Id$ +# + +RTEMS_CPU_MODEL=pentiumpro +CPU_CFLAGS = -mcpu=i686 + +include $(RTEMS_ROOT)/make/custom/pc386.cfg + -- cgit v1.2.3