From 2f5c2f0d5f0e781e1b1f2e9cbaf0181146b9c10d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Mar 2004 18:34:13 +0000 Subject: 2004-03-05 Joel Sherrill * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x support. --- make/custom/p4650.cfg | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'make/custom/p4650.cfg') 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 -- cgit v1.2.3