summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/gen5200.cfg1
-rw-r--r--make/custom/icecube.cfg17
3 files changed, 22 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index a9893c91f8..c743c2512e 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * custom/gen5200.cfg: Remove junk comment.
+ * custom/ep5200.cfg: New file.
+
2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/armulator.cfg: Removed.
diff --git a/make/custom/gen5200.cfg b/make/custom/gen5200.cfg
index 0e9f37a3b8..8a43b4bc80 100644
--- a/make/custom/gen5200.cfg
+++ b/make/custom/gen5200.cfg
@@ -15,7 +15,6 @@ RTEMS_BSP_FAMILY=gen5200
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-# CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -mstrict-align
CPU_CFLAGS = -mcpu=603e -mstrict-align -D$(RTEMS_BOARD_MODEL)
# optimize flag: typically -O2
diff --git a/make/custom/icecube.cfg b/make/custom/icecube.cfg
new file mode 100644
index 0000000000..11ea9b4eef
--- /dev/null
+++ b/make/custom/icecube.cfg
@@ -0,0 +1,17 @@
+#
+# Config file for Embedded Planets EP5200C
+#
+# NOTE: This is the same as the Freescale 5200Lite a.k.a. IceCube
+#
+# $Id$
+#
+
+#
+# All GEN5200 configurations share the same base file, only a few
+# parameters differ.
+#
+
+RTEMS_BOARD_MODEL=ep5200
+RTEMS_LINKCMDS=linkcmds.ep5200
+
+include $(RTEMS_ROOT)/make/custom/gen5200.cfg