summaryrefslogtreecommitdiffstats
path: root/make/custom/p4650.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 18:34:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 18:34:13 +0000
commit2f5c2f0d5f0e781e1b1f2e9cbaf0181146b9c10d (patch)
tree045ac336f233d1c28f2720cfb3b419f082d710b9 /make/custom/p4650.cfg
parent2004-03-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2f5c2f0d5f0e781e1b1f2e9cbaf0181146b9c10d.tar.bz2
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x support.
Diffstat (limited to '')
-rw-r--r--make/custom/p4650.cfg8
1 files changed, 1 insertions, 7 deletions
diff --git a/make/custom/p4650.cfg b/make/custom/p4650.cfg
index 8e7e82e9a9..d4399b7c10 100644
--- a/make/custom/p4650.cfg
+++ b/make/custom/p4650.cfg
@@ -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