Changeset 2caa006 in rtems
- Timestamp:
- 02/05/99 00:29:47 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b5e4eb7
- Parents:
- ecec2ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/dmv177.cfg
recec2ba r2caa006 53 53 # other tools like debuggers. 54 54 # 55 # PPC_USE_DATA_CACHE (RTEMS PowerPC port )55 # PPC_USE_DATA_CACHE (RTEMS PowerPC port/BSP) 56 56 # If defined, then the PowerPC specific code in RTEMS will use 57 57 # data cache instructions to optimize the context switch code. 58 # This code can conflict with debuggers or emulators. 58 # This code can conflict with debuggers or emulators. It is known 59 # to break the Corelis PowerPC emulator with at least some combinations 60 # of PowerPC 603e revisions and emulator versions. 61 # The BSP actually contains the call that enables this. 62 # 63 # PPC_USE_INSTRUCTION_CACHE (RTEMS PowerPC port/BSP) 64 # If defined, then the PowerPC specific code in RTEMS will use 65 # data cache instructions to optimize the context switch code. 66 # This code can conflict with debuggers or emulators. 67 # The BSP actually contains the call that enables this. 59 68 60 69 define make-target-options … … 69 78 @echo "#define PPC_USE_SPRG 0" >>$@ 70 79 @echo "#define PPC_USE_DATA_CACHE 0" >>$@ 80 @echo "#define PPC_USE_INSTRUCTION_CACHE 1" >>$@ 71 81 endef 72 82 … … 75 85 # 76 86 CPU_CFLAGS = -mcpu=603 87 #CFLAGS_DEBUG_OPTIMIZE_V= 77 88 78 89 # optimize flag: typically -0, could use -O4 or -fast
Note: See TracChangeset
for help on using the changeset viewer.