mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-26 07:04:49 +08:00
2002-07-01 Joel Sherrill <joel@OARcorp.com>
* custom/p4650.cfg: Update arguments to gcc3.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-07-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* custom/p4650.cfg: Update arguments to gcc3.
|
||||
|
||||
2002-06-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
|
||||
|
||||
@@ -22,7 +22,7 @@ endif
|
||||
# gcc 2.95.x and 3.0
|
||||
#CPU_CFLAGS = -m4650 -mips3 -G0
|
||||
# gcc 3.1 and newer
|
||||
CPU_CFLAGS = -march=4650 -G0
|
||||
CPU_CFLAGS = -mcpu=4650 -G0 -mips3
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
|
||||
Reference in New Issue
Block a user