Ignore:
Timestamp:
Feb 6, 2007, 4:13:07 AM (18 years ago)
Author:
bird
Message:

win.amd64 fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/XGCCAMD64LINUX.kmk

    r819 r848  
    3434else # x-compile:
    3535 # find the latest xgcc build.
    36  ifdef TOOL_XGCCAMD64LINUX_PREFIX
     36 ifndef TOOL_XGCCAMD64LINUX_PREFIX
    3737  TOOL_XGCCAMD64LINUX_PREFIX := x86_64-unknown-linux-gnu-
    3838  ifndef PATH_TOOL_XGCCAMD64LINUX
     
    199199        $(QUIET)$(APPEND) -n $(out).ar-script \
    200200                $(foreach o,$(objs), 'ADDMOD $(o)') \
    201                 $(foreach o,$(othersrc)), 'ADDLIB $(o)')
     201                $(foreach o,$(othersrc), 'ADDLIB $(o)')
    202202        $(QUIET)$(APPEND) $(out).ar-script 'SAVE'
    203203        $(QUIET)$(APPEND) $(out).ar-script 'END'
Note: See TracChangeset for help on using the changeset viewer.