forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user