Ignore:
Timestamp:
Aug 27, 2016, 10:15:50 PM (9 years ago)
Author:
dmik
Message:

Remove SYM file generation on OS/2.

This doesn't make any practical sense as there is embedded HLL debug
info which is much more verbose than SYM and doesn't require separate
files (it is generated when -g option is passed to gcc).

This commint also removes the dependency on mapsym.exe and wmapsym.cmd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/common/Library.gmk

    r278 r448  
    229229        $(LINK) $(LDFLAGS) $(SHARED_LIBRARY_FLAG) -o $@ $(FILES_o) $(LDLIBS) $(DEF_FILE)
    230230        $(IMPLIB) -o $(OBJDIR)/$(LIBRARY).lib $@
    231         cd $(@D) && $(MAPSYM) $(basename $(@F)).map
    232231endif # LIBRARY
    233232
Note: See TracChangeset for help on using the changeset viewer.