Changeset 848 for trunk/kBuild/tools/XGCCAMD64LINUX.kmk
- Timestamp:
- Feb 6, 2007, 4:13:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/XGCCAMD64LINUX.kmk
r819 r848 34 34 else # x-compile: 35 35 # find the latest xgcc build. 36 if def TOOL_XGCCAMD64LINUX_PREFIX36 ifndef TOOL_XGCCAMD64LINUX_PREFIX 37 37 TOOL_XGCCAMD64LINUX_PREFIX := x86_64-unknown-linux-gnu- 38 38 ifndef PATH_TOOL_XGCCAMD64LINUX … … 199 199 $(QUIET)$(APPEND) -n $(out).ar-script \ 200 200 $(foreach o,$(objs), 'ADDMOD $(o)') \ 201 $(foreach o,$(othersrc) ), 'ADDLIB $(o)')201 $(foreach o,$(othersrc), 'ADDLIB $(o)') 202 202 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 203 203 $(QUIET)$(APPEND) $(out).ar-script 'END'
Note:
See TracChangeset
for help on using the changeset viewer.