From 7c990076419ff4a80999dcc04985688cd5bea5ce Mon Sep 17 00:00:00 2001 From: Greg Menke Date: Thu, 8 Jun 2006 18:03:55 +0000 Subject: B.Robinson MIPS patch --- make/ChangeLog | 7 ++++++- make/custom/rbtx4925.cfg | 2 +- make/custom/rbtx4938.cfg | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'make') 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 + + * custom/rbtx4925.cfg: Fix CPU_CFLAGS defines. + * custom/rbtx4938.cfg: Fix CPU_CFLAGS defines. + 2005-04-10 Eric Norum - * 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 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 -- cgit v1.2.3