Changeset 40787 in vbox
- Timestamp:
- Apr 6, 2012 11:01:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r40772 r40787 2127 2127 2128 2128 # No $(QUIET) here as it's interesting to see what goes into the file. 2129 $(PATH_OUT)/GCCConfig.kmk: $(PATH_ROOT)/Config.kmk $(LOCALCFG) $(AUTOCFG) 2129 $(PATH_OUT)/GCCConfig.kmk: \ 2130 $(PATH_ROOT)/Config.kmk \ 2131 $(LOCALCFG) \ 2132 $(AUTOCFG) \ 2133 $(VBOX_GCC_PATH_CC) \ 2134 $(VBOX_GCC_PATH_CXX) \ 2135 $(VBOX_GCC32_PATH_CC) \ 2136 $(VBOX_GCC32_PATH_CXX) 2130 2137 $(call MSG_GENERATE,,$@,) 2131 2138 $(QUIET)$(RM) -f '$@' … … 2133 2140 2134 2141 # HC compiler switch detection. 2142 $(APPEND) '$@' 'VBOX_GCC_PATH_CC ?= $(which $(TOOL_$(VBOX_GCC_TOOL)_CC))' 2143 $(APPEND) '$@' 'VBOX_GCC_PATH_CXX ?= $(which $(TOOL_$(VBOX_GCC_TOOL)_CXX))' 2135 2144 $(APPEND) '$@' 'VBOX_GCC_VERSION_CC ?= $(call VBOX_GCC_VERSION,$(TOOL_$(VBOX_GCC_TOOL)_CC))' 2136 2145 $(APPEND) '$@' 'VBOX_GCC_VERSION_CXX ?= $(call VBOX_GCC_VERSION,$(TOOL_$(VBOX_GCC_TOOL)_CXX))' … … 2196 2205 endif 2197 2206 # 32-bit (GC) compiler switch detection. 2207 $(APPEND) '$@' 'VBOX_GCC32_PATH_CC ?= $(which $(TOOL_$(VBOX_GCC32_TOOL)_CC))' 2208 $(APPEND) '$@' 'VBOX_GCC32_PATH_CXX ?= $(which $(TOOL_$(VBOX_GCC32_TOOL)_CXX))' 2198 2209 $(APPEND) '$@' 'VBOX_GCC32_VERSION_CC ?= $(call VBOX_GCC_VERSION,$(TOOL_$(VBOX_GCC32_TOOL)_CC))' 2199 2210 $(APPEND) '$@' 'VBOX_GCC32_VERSION_CXX ?= $(call VBOX_GCC_VERSION,$(TOOL_$(VBOX_GCC32_TOOL)_CXX))'
Note:
See TracChangeset
for help on using the changeset viewer.