summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/pck6.cfg13
2 files changed, 4 insertions, 13 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index e0a949fbb9..79c2707cb9 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * custom/pck6.cfg: Remove.
+
2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
* Makefile.am: Add Lattice Mico32 support.
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