Changeset 557 for trunk/kBuild/tools


Ignore:
Timestamp:
Sep 28, 2006, 5:56:25 PM (19 years ago)
Author:
bird
Message:

Initial Mac OS X / Darwin bootstrapping.

Location:
trunk/kBuild/tools
Files:
1 added
1 edited

Legend:

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

    r474 r557  
    7474ifeq ($(BUILD_TARGET),os2)
    7575TOOL_GCC3_LD_MAP              = -Zmap=$(1)
     76TOOL_GCC3_LD_SYSMOD_MAP       = -Zmap=$(1)
    7677else
    7778TOOL_GCC3_LD_MAP              = -Wl,-Map -Wl,$(1) -Wl,--cref
    78 endif
    79 ifeq ($(BUILD_TARGET),os2)
    80 TOOL_GCC3_LD_SYSMOD_MAP       = -Zmap=$(1)
    81 else
    8279TOOL_GCC3_LD_SYSMOD_MAP       = -Map $(1) --cref
    8380endif
Note: See TracChangeset for help on using the changeset viewer.