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

    r3566 r3567  
    7979endif
    8080TOOL_GCC32_OBJCOPY ?= $(TOOL_GCC32_PREFIX2)objcopy$(TOOL_GCC32_SUFFIX2)
    81 
    82 ifdef SLKRUNS
    83  TOOL_GCC32_CC  += -fmessage-length=0
    84  TOOL_GCC32_CXX += -fmessage-length=0
    85 endif
    8681
    8782# General Properties used by kBuild
Note: See TracChangeset for help on using the changeset viewer.