make/hotspot/lib/CompileLibjsig.gmk
branchihse-remove-mapfiles-branch
changeset 56113 02cec376750e
parent 56112 39286667d14e
child 56114 0d38468d211c
equal deleted inserted replaced
56112:39286667d14e 56113:02cec376750e
    64       # NOTE: The old build compiled this library without -soname.
    64       # NOTE: The old build compiled this library without -soname.
    65       # To emulate this, we need to clear out SET_SHARED_LIBRARY_NAME.
    65       # To emulate this, we need to clear out SET_SHARED_LIBRARY_NAME.
    66       SET_SHARED_LIBRARY_NAME :=
    66       SET_SHARED_LIBRARY_NAME :=
    67 
    67 
    68     else ifeq ($(OPENJDK_TARGET_OS), aix)
    68     else ifeq ($(OPENJDK_TARGET_OS), aix)
    69       LIBJSIG_CFLAGS := -fvisibility=hidden -q64 -D_GNU_SOURCE -D_REENTRANT -qpic=large
    69       LIBJSIG_CFLAGS := -qvisibility=hidden -q64 -D_GNU_SOURCE -D_REENTRANT -qpic=large
    70       LIBJSIG_LDFLAGS := -b64 -bexpall -G -bnoentry -qmkshrobj -brtl -bnolibpath -bernotok
    70       LIBJSIG_LDFLAGS := -b64 -bexpall -G -bnoentry -qmkshrobj -brtl -bnolibpath -bernotok
    71       LIBJSIG_LIBS := $(LIBDL)
    71       LIBJSIG_LIBS := $(LIBDL)
    72 
    72 
    73       # NOTE: The old build compiled this library without -soname.
    73       # NOTE: The old build compiled this library without -soname.
    74       # To emulate this, we need to clear out SET_SHARED_LIBRARY_NAME.
    74       # To emulate this, we need to clear out SET_SHARED_LIBRARY_NAME.