Skip to content

Commit

Permalink
8193407: jdk/hs fails Solaris slowdebug test-image build
Browse files Browse the repository at this point in the history
Summary: Add a missing '-lc' option for libCNLookUp.
Reviewed-by: dholmes, kvn
  • Loading branch information
dcubed committed Dec 13, 2017
1 parent c600704 commit dbfcd3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/test/JtregNativeHotspot.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dbfcd3a

Please sign in to comment.