mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 16:05:03 +08:00
B.Robinson MIPS patch
This commit is contained in:
+6
-1
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user