mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2001-05-09 Joel Sherrill <joel@OARcorp.com>
* custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1 compatable arguments.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-05-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
|
||||
compatable arguments.
|
||||
|
||||
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
|
||||
|
||||
@@ -15,7 +15,10 @@ RTEMS_BSP_FAMILY=jmr3904
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
#
|
||||
# gcc 2.95.x and 3.0
|
||||
CPU_CFLAGS=-m3900 -G0
|
||||
# gcc 3.1 and newer
|
||||
#CPU_CFLAGS=-march=r3900 -G0
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
|
||||
@@ -19,7 +19,10 @@ endif
|
||||
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
# gcc 2.95.x and 3.0
|
||||
CPU_CFLAGS = -m4650 -mips3 -G0
|
||||
# gcc 3.1 and newer
|
||||
#CPU_CFLAGS = -march=4650 -G0
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
|
||||
Reference in New Issue
Block a user