From 583a4dccae666af264711fd1398f208a3d9ea4b5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Oct 2009 04:15:26 +0000 Subject: =?UTF-8?q?2009-10-15=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * make/custom/pc386.cfg: New (relocated from /make/custom). * make/custom/pc386dx.cfg: New (relocated from /make/custom). * make/custom/pc486.cfg: New (relocated from /make/custom). * make/custom/pc586.cfg: New (relocated from /make/custom). * make/custom/pc686.cfg: New (relocated from /make/custom). --- c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg (limited to 'c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg') diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg new file mode 100644 index 0000000000..e62187b180 --- /dev/null +++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc486.cfg @@ -0,0 +1,14 @@ +# +# Configuration file for a PC using an i486DX Class CPU +# +# $Id$ +# + +RTEMS_CPU_MODEL=i486dx + +# This contains the compiler options necessary to select the CPU model +# and (hopefully) optimize for it. +CPU_CFLAGS = -mtune=i486 + +include $(RTEMS_ROOT)/make/custom/pc386.cfg + -- cgit v1.2.3