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/shared/Compiler-gcc.gmk

    r406 r448  
    6767  AR           = $(COMPILER_PATH)emxomfar
    6868  IMPLIB       = $(COMPILER_PATH)emximp
    69 
    70   ifeq ($(EMXOMFLD_TYPE), WLINK)
    71     MAPSYM = wmapsym.cmd
    72   endif
    73   ifeq ($(EMXOMFLD_TYPE), VAC308)
    74     MAPSYM = mapsym.exe
    75   endif
    7669
    7770  # Option used to create a shared library
Note: See TracChangeset for help on using the changeset viewer.