Changeset 1418 for trunk/kBuild/tools/GCC64.kmk
- Timestamp:
- Mar 18, 2008, 11:52:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC64.kmk
r1349 r1418 103 103 TOOL_GCC64_COMPILE_C_DEPEND = 104 104 TOOL_GCC64_COMPILE_C_DEPORD = 105 ifdef USE_KOBJCACHE105 ifdef KBUILD_USE_KOBJCACHE 106 106 TOOL_GCC64_COMPILE_C_USES_KOBJCACHE = 1 107 107 TOOL_GCC64_COMPILE_C_OUTPUT = $(outbase).i … … 119 119 - 120 120 endef 121 else # ! USE_KOBJCACHE121 else # !KBUILD_USE_KOBJCACHE 122 122 TOOL_GCC64_COMPILE_C_OUTPUT = 123 123 define TOOL_GCC64_COMPILE_C_CMDS … … 128 128 $(abspath $(source)) 129 129 endef 130 endif # ! USE_KOBJCACHE130 endif # !KBUILD_USE_KOBJCACHE 131 131 132 132 … … 145 145 TOOL_GCC64_COMPILE_CXX_DEPEND = 146 146 TOOL_GCC64_COMPILE_CXX_DEPORD = 147 ifdef USE_KOBJCACHE147 ifdef KBUILD_USE_KOBJCACHE 148 148 TOOL_GCC64_COMPILE_CXX_USES_KOBJCACHE = 1 149 149 TOOL_GCC64_COMPILE_CXX_OUTPUT = $(outbase).ii … … 161 161 - 162 162 endef 163 else # ! USE_KOBJCACHE163 else # !KBUILD_USE_KOBJCACHE 164 164 165 165 TOOL_GCC64_COMPILE_CXX_OUTPUT = … … 171 171 $(abspath $(source)) 172 172 endef 173 endif # ! USE_KOBJCACHE173 endif # !KBUILD_USE_KOBJCACHE 174 174 175 175
Note:
See TracChangeset
for help on using the changeset viewer.