Changeset 1612 in kBuild for trunk/kBuild/tools/GCC32.kmk
- Timestamp:
- May 12, 2008 3:42:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC32.kmk
r1547 r1612 25 25 # 26 26 # 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. 29 29 # This exception does not however invalidate any other reasons why the makefile, 30 30 # program, whatever should not be covered the GPL. … … 52 52 TOOL_GCC32_LD_MAP ?= -Zmap=$(1) 53 53 else 54 TOOL_GCC32_LD_MAP ?= -Wl,-Map -Wl,$(1) -Wl,--cref54 TOOL_GCC32_LD_MAP ?= 55 55 endif 56 56 ifeq ($(KBUILD_TARGET),os2) 57 57 TOOL_GCC32_LD_SYSMOD_MAP ?= -Zmap=$(1) 58 58 else 59 TOOL_GCC32_LD_SYSMOD_MAP ?= -Map $(1) --cref59 TOOL_GCC32_LD_SYSMOD_MAP ?= 60 60 endif 61 61 ifdef SLKRUNS
Note:
See TracChangeset
for help on using the changeset viewer.