8193407: jdk/hs fails Solaris slowdebug test-image build

Add a missing '-lc' option for libCNLookUp.

Reviewed-by: dholmes, kvn
This commit is contained in:
Daniel D. Daugherty 2017-12-12 21:27:06 -05:00
parent 7ae2347baf
commit 0fa3f5ebf8

View File

@ -113,6 +113,7 @@ ifeq ($(TOOLCHAIN_TYPE), solstudio)
BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libHandshakeTransitionTest := -lc
BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libHasNoEntryPoint := -lc
BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libReturnError := -lc
BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libCNLookUp := -lc
endif
ifeq ($(OPENJDK_TARGET_OS), linux)