Ignore:
Timestamp:
May 12, 2008, 5:42:09 PM (17 years ago)
Author:
bird
Message:

Drop the .map files when using gcc, except of course, for OS/2.

File:
1 edited

Legend:

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

    r1547 r1612  
    2626#
    2727# As a special exception you are granted permission to include this file, via
    28 # the kmk include directive, as you wish without this in itself causing the 
    29 # resulting makefile, program or whatever to be covered by the GPL license. 
     28# the kmk include directive, as you wish without this in itself causing the
     29# resulting makefile, program or whatever to be covered by the GPL license.
    3030# This exception does not however invalidate any other reasons why the makefile,
    3131# program, whatever should not be covered the GPL.
     
    6161 TOOL_GXX3_LD_MAP ?= -Zmap=$(1)
    6262 TOOL_GXX3_LD_SYSMOD_MAP ?= -Zmap=$(1)
     63else
     64 TOOL_GXX3_LD_MAP ?=
     65 TOOL_GXX3_LD_SYSMOD_MAP ?=
    6366endif
    6467ifdef SLKRUNS
Note: See TracChangeset for help on using the changeset viewer.