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

    r840 r973  
    3333TOOL_GCC3OMF_AR  ?= emxomfar$(HOSTSUFF_EXE)
    3434TOOL_GCC3OMF_AR_IMP ?= emximp$(HOSTSUFF_EXE)
    35 TOOL_GCC3OMF_LD ?= g++$(HOSTSUFF_EXE)
    36 TOOL_GCC3OMF_LD_SYSMOD ?= g++$(HOSTSUFF_EXE)
     35TOOL_GCC3OMF_LD ?= gcc$(HOSTSUFF_EXE)
     36TOOL_GCC3OMF_LD_SYSMOD ?= gcc$(HOSTSUFF_EXE)
    3737ifndef TOOL_GCC3OMF_LDFLAGS.$(BUILD_TARGET)
    3838TOOL_GCC3OMF_LDFLAGS.dll ?= -shared -Zdll
Note: See TracChangeset for help on using the changeset viewer.