summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-05 15:57:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-05 15:57:42 +0000
commit2843700da5449b1646dd5824d7f457d97ab0cd43 (patch)
treee6725f94707916a15f0725cff11653c475f6da88 /make/custom
parent2009-02-05 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-2843700da5449b1646dd5824d7f457d97ab0cd43.tar.bz2
2009-02-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/pck6.cfg: Remove.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/pck6.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/make/custom/pck6.cfg b/make/custom/pck6.cfg
deleted file mode 100644
index edbbeeb20f..0000000000
--- a/make/custom/pck6.cfg
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# Configuration file for a PC using an AMD k6 Class CPU
-#
-# $Id$
-#
-
-RTEMS_CPU_MODEL=pentium
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mtune=k6
-
-include $(RTEMS_ROOT)/make/custom/pc386.cfg