mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-27 03:05:50 +00:00
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac. * custom/mcp750.cfg: Ditto.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
|
||||
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
|
||||
* custom/mcp750.cfg: Ditto.
|
||||
|
||||
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
|
||||
|
||||
@@ -13,25 +13,6 @@ RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
|
||||
# This is the actual bsp directory used during the build process.
|
||||
RTEMS_BSP_FAMILY=motorola_powerpc
|
||||
|
||||
# This section makes the target dependent options file.
|
||||
|
||||
# PPC_VECTOR_FILE_BASE (ppc)
|
||||
# This defines the base address of the exception table.
|
||||
# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
|
||||
#
|
||||
# PPC_USE_DATA_CACHE (RTEMS PowerPC port)
|
||||
# If defined, then the PowerPC specific code in RTEMS will use
|
||||
# data cache instructions to optimize the context switch code.
|
||||
# This code can conflict with debuggers or emulators.
|
||||
#
|
||||
|
||||
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" >>$@
|
||||
endef
|
||||
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
#
|
||||
|
||||
@@ -13,19 +13,6 @@ RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
|
||||
# This is the actual bsp directory used during the build process.
|
||||
RTEMS_BSP_FAMILY=motorola_powerpc
|
||||
|
||||
# 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
|
||||
|
||||
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" >>$@
|
||||
endef
|
||||
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user