Ignore:
Timestamp:
Jun 26, 2022, 10:00:02 PM (3 years ago)
Author:
bird
Message:

tools/*GCC*,tools/*GXX*: Removed the SLKRUNS/-fmessage-length=0 stuff as it triggers rebuilds when switching between SlickEdit and the command line. If really needed, it belongs in the project's Config.kmk.

File:
1 edited

Legend:

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

    r3566 r3567  
    5454#TOOL_GCC42MACHO_LD_SONAME = -Wl,-dylib_install_name $(firstword $($(1)_SONAME.$(KBUILD_TARGET).$(KBUILD_TYPE)) $($(1)_SONAME.$(KBUILD_TARGET)) $($(1)_SONAME.$(KBUILD_TYPE)) $($(1)_SONAME) $(notdir $(2)))
    5555
    56 ifdef SLKRUNS
    57 TOOL_GCC42MACHO_CC        += -fmessage-length=0
    58 TOOL_GCC42MACHO_CXX       += -fmessage-length=0
    59 TOOL_GCC42MACHO_OBJC      += -fmessage-length=0
    60 TOOL_GCC42MACHO_OBJCXX    += -fmessage-length=0
    61 endif
    62 
    6356TOOL_GCC42MACHO_AR        ?= $(TOOL_GCC4MACHO_PREFIX2)ar$(TOOL_GCC4MACHO_SUFFIX2)
    6457TOOL_GCC42MACHO_DSYMUTIL  ?= $(TOOL_GCC4MACHO_PREFIX2)dsymutil$(TOOL_GCC4MACHO_SUFFIX2)
Note: See TracChangeset for help on using the changeset viewer.