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:
Joel Sherrill
2002-05-09 21:44:14 +00:00
parent 911158aef6
commit 2f03c043f3
3 changed files with 11 additions and 0 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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