From bc85fd5a6df8753543ba55c98a588e255471752b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Jul 2000 19:31:04 +0000 Subject: Reworked score/cpu/i960 so it can be safely compiled multilib. All routines and structures that require CPU model specific information are now in libcpu. This required significant rework of the score/cpu header files and the creation of multiple header files and subdirectories in libcpu/i960. --- make/custom/rxgen960.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/custom/rxgen960.cfg') diff --git a/make/custom/rxgen960.cfg b/make/custom/rxgen960.cfg index 09f0977dc8..235970c682 100644 --- a/make/custom/rxgen960.cfg +++ b/make/custom/rxgen960.cfg @@ -15,7 +15,8 @@ RTEMS_BSP_FAMILY=rxgen960 # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. # -CPU_CFLAGS = -mrp -D__i960RP__ -D__i960_RP__ +# CPU_CFLAGS = -mrp -D__i960RP__ -D__i960_RP__ +CPU_CFLAGS = -mrp # -pipe does not work in our local configuration of FSF GCC 2.6.0 # configured on top of Intel Release 2.4. We did this to replace -- cgit v1.2.3