VirtualBox

Changeset 1612 in kBuild for trunk/kBuild/tools/GCC32.kmk


Ignore:
Timestamp:
May 12, 2008 3: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/GCC32.kmk

    r1547 r1612  
    2525#
    2626# As a special exception you are granted permission to include this file, via
    27 # the kmk include directive, as you wish without this in itself causing the 
    28 # resulting makefile, program or whatever to be covered by the GPL license. 
     27# the kmk include directive, as you wish without this in itself causing the
     28# resulting makefile, program or whatever to be covered by the GPL license.
    2929# This exception does not however invalidate any other reasons why the makefile,
    3030# program, whatever should not be covered the GPL.
     
    5252TOOL_GCC32_LD_MAP ?= -Zmap=$(1)
    5353else
    54 TOOL_GCC32_LD_MAP ?= -Wl,-Map -Wl,$(1) -Wl,--cref
     54TOOL_GCC32_LD_MAP ?=
    5555endif
    5656ifeq ($(KBUILD_TARGET),os2)
    5757TOOL_GCC32_LD_SYSMOD_MAP ?= -Zmap=$(1)
    5858else
    59 TOOL_GCC32_LD_SYSMOD_MAP ?= -Map $(1) --cref
     59TOOL_GCC32_LD_SYSMOD_MAP ?=
    6060endif
    6161ifdef SLKRUNS
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette