summaryrefslogtreecommitdiffstats
path: root/make/custom/eth_comm.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-20 18:55:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-20 18:55:30 +0000
commit708a87c51e6acfa1e2be90e2d1a1e12c272e5170 (patch)
tree3fc7c204c09e79882ebefcd0f5ebfc6866577ca6 /make/custom/eth_comm.cfg
parent2001-11-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-708a87c51e6acfa1e2be90e2d1a1e12c272e5170.tar.bz2
2001-11-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
Diffstat (limited to 'make/custom/eth_comm.cfg')
-rw-r--r--make/custom/eth_comm.cfg6
1 files changed, 0 insertions, 6 deletions
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