Ignore:
Timestamp:
May 27, 2007, 7:09:49 PM (18 years ago)
Author:
bird
Message:

WARNING! The GCC* tools are no using gcc and NOT g++ for linking.

File:
1 edited

Legend:

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

    r819 r973  
    3333TOOL_GCC32_AS  ?= gcc$(HOSTSUFF_EXE) -m32
    3434TOOL_GCC32_AR  ?= ar$(HOSTSUFF_EXE)
    35 TOOL_GCC32_LD  ?= g++$(HOSTSUFF_EXE) -m32
     35TOOL_GCC32_LD  ?= gcc$(HOSTSUFF_EXE) -m32
    3636TOOL_GCC32_LD_SYSMOD ?= ld$(HOSTSUFF_EXE)
    3737ifndef TOOL_GCC32_LDFLAGS.$(BUILD_TARGET)
Note: See TracChangeset for help on using the changeset viewer.