From 1614be849ec416597b48da582dadf798c07c86f5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Nov 2001 20:44:46 +0000 Subject: 2001-11-14 Joel Sherrill * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg: These are new exception processing model BSPs and thus do not need to define PPC_USE_SPRG. --- make/custom/mvme2307.cfg | 8 -------- 1 file changed, 8 deletions(-) (limited to 'make/custom/mvme2307.cfg') diff --git a/make/custom/mvme2307.cfg b/make/custom/mvme2307.cfg index 2b54aed370..1bb21ac726 100644 --- a/make/custom/mvme2307.cfg +++ b/make/custom/mvme2307.cfg @@ -18,20 +18,12 @@ RTEMS_BSP_FAMILY=motorola_powerpc # PPC_VECTOR_FILE_BASE (PowerPC) # This defines the base address of the exception table. # NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100 -# -# PPC_USE_SPRG (RTEMS PowerPC port) -# If defined, then the PowerPC specific code in RTEMS will use some -# of the special purpose registers to slightly optimize interrupt -# response time. The use of these registers can conflict with -# other tools like debuggers. -# define make-target-options @echo "#define PPCN_60X_USE_DINK 0" >>$@ @echo "#define PPCN_60X_USE_NONE 1" >>$@ @echo "#define PPC_USE_DATA_CACHE 1" >>$@ @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@ - @echo "#define PPC_USE_SPRG 1" >>$@ endef # This contains the compiler options necessary to select the CPU model -- cgit v1.2.3