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/GCC3.kmk

    r824 r973  
    4141 TOOL_GCC3_AR_IMP ?= $(ECHO) not supported!
    4242endif
    43 TOOL_GCC3_LD ?= g++$(HOSTSUFF_EXE)
     43TOOL_GCC3_LD ?= gcc$(HOSTSUFF_EXE)
    4444TOOL_GCC3_LD_SYSMOD ?= ld$(HOSTSUFF_EXE)
    4545ifndef TOOL_GCC3_LDFLAGS.$(BUILD_TARGET)
Note: See TracChangeset for help on using the changeset viewer.