make/hotspot/lib/CompileLibjsig.gmk
changeset 47765 b7c7428eaab9
parent 47264 8b5ed0358b3a
child 47871 5ab3961d20dd
equal deleted inserted replaced
47764:029d5efaaa6c 47765:b7c7428eaab9
    55       else ifeq ($(OPENJDK_TARGET_CPU), s390x)
    55       else ifeq ($(OPENJDK_TARGET_CPU), s390x)
    56         LIBJSIG_CPU_FLAGS := -mbackchain -march=z10
    56         LIBJSIG_CPU_FLAGS := -mbackchain -march=z10
    57       endif
    57       endif
    58 
    58 
    59     else ifeq ($(OPENJDK_TARGET_OS), solaris)
    59     else ifeq ($(OPENJDK_TARGET_OS), solaris)
    60       LIBJSIG_CFLAGS := -m64 -KPIC -mt -I $(TOPDIR)/src/hotspot/os/solaris
    60       LIBJSIG_CFLAGS := -m64 -KPIC -mt -I $(TOPDIR)/src/java.base/unix/native/include
    61       LIBJSIG_LDFLAGS := -m64 -mt -xnolib
    61       LIBJSIG_LDFLAGS := -m64 -mt -xnolib
    62       LIBJSIG_LIBS := $(LIBDL)
    62       LIBJSIG_LIBS := $(LIBDL)
    63 
    63 
    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.