From 708a87c51e6acfa1e2be90e2d1a1e12c272e5170 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 20 Nov 2001 18:55:30 +0000 Subject: 2001-11-16 Ralf Corsepius * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac. * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac. * custom/mbx860_005b.cfg: Ditto. * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac. --- make/custom/eth_comm.cfg | 6 ------ 1 file changed, 6 deletions(-) (limited to 'make/custom/eth_comm.cfg') diff --git a/make/custom/eth_comm.cfg b/make/custom/eth_comm.cfg index 39d54f52be..f91edfaa54 100644 --- a/make/custom/eth_comm.cfg +++ b/make/custom/eth_comm.cfg @@ -16,10 +16,6 @@ RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new # This section makes the target dependent options file. -# 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_ABI (PowerPC) # This defines the calling convention (Application Binary Interface) # used in this configuration. EABI is the only one supported. @@ -36,10 +32,8 @@ define make-target-options @echo "#endif" >>$@ @echo "#define mpc$(CPU_TYPE) 1" >>$@ @echo >>$@ - @echo "#define PPC_VECTOR_FILE_BASE 0x0000" >>$@ @echo "#define PPC_ABI PPC_ABI_EABI" >>$@ @echo "#define PPC_ASM PPC_ASM_ELF" >>$@ - @echo "#define PPC_USE_SPRG 1" >>$@ endef # This contains the compiler options necessary to select the CPU model -- cgit v1.2.3