summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/ChangeLog7
-rw-r--r--make/custom/rbtx4925.cfg2
-rw-r--r--make/custom/rbtx4938.cfg2
3 files changed, 8 insertions, 3 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 7e05883c81..6b7b165478 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,6 +1,11 @@
+2006-06-08 Bruce Robinson <brucer@pmccorp.com>
+
+ * custom/rbtx4925.cfg: Fix CPU_CFLAGS defines.
+ * custom/rbtx4938.cfg: Fix CPU_CFLAGS defines.
+
2005-04-10 Eric Norum <norume@aps.anl.gov>
- * custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
+ * custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
2006-03-16 Ralf Corsepius <ralf.corsepius@rtems.org>
diff --git a/make/custom/rbtx4925.cfg b/make/custom/rbtx4925.cfg
index f117a15fdd..ec8557486d 100644
--- a/make/custom/rbtx4925.cfg
+++ b/make/custom/rbtx4925.cfg
@@ -13,7 +13,7 @@ RTEMS_BSP_FAMILY=rbtx4925
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-CPU_CFLAGS = -mips3 -G0 -EL -DCPU_TX49
+CPU_CFLAGS = -mips3 -G0 -EL
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
diff --git a/make/custom/rbtx4938.cfg b/make/custom/rbtx4938.cfg
index 9c2e5a029e..cc169c1105 100644
--- a/make/custom/rbtx4938.cfg
+++ b/make/custom/rbtx4938.cfg
@@ -13,7 +13,7 @@ RTEMS_BSP_FAMILY=rbtx4938
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-CPU_CFLAGS = -mips3 -G0 -EL -DCPU_TX49
+CPU_CFLAGS = -mips3 -G0 -EL
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS