2004-03-05 Joel Sherrill <joel@OARcorp.com>

* custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
	support.
This commit is contained in:
Joel Sherrill
2004-03-05 18:34:13 +00:00
parent 08df9497ff
commit 2f5c2f0d5f
2 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
support.
2004-02-26 Joel Sherrill <joel@OARcorp.com>
PR 570/bsps

View File

@@ -11,18 +11,12 @@ RTEMS_CPU_MODEL=R4650
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=p4000
CCMIPS_CFLAGS_CPU=-cpu=r4650
ifeq ($(RTEMS_CPU),mips64orion)
CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3
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 = -mcpu=4650 -G0 -mips3
CPU_CFLAGS = -march=r4650 -msingle-float -G0
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS