summaryrefslogtreecommitdiffstats
path: root/make/custom/pc686.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/pc686.cfg')
-rw-r--r--make/custom/pc686.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/make/custom/pc686.cfg b/make/custom/pc686.cfg
deleted file mode 100644
index 7c0d85d22a..0000000000
--- a/make/custom/pc686.cfg
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Configuration file for a PC using a PentiumPro Class CPU
-#
-# $Id$
-#
-
-RTEMS_CPU_MODEL=pentiumpro
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mtune=pentiumpro
-
-include $(RTEMS_ROOT)/make/custom/pc386.cfg
-