From c070181a7f5f76ad55fe698d3adf9503c4f43eac Mon Sep 17 00:00:00 2001 From: Volker Simonis Date: Wed, 4 Nov 2015 12:45:55 +0100 Subject: [PATCH] 8141290: AIX: fix build after '8140661: Rename LDFLAGS_SUFFIX to LIBS' Reviewed-by: ihse --- common/autoconf/flags.m4 | 2 -- common/autoconf/generated-configure.sh | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/common/autoconf/flags.m4 b/common/autoconf/flags.m4 index 03f26ac8ec8..d320ffb75c3 100644 --- a/common/autoconf/flags.m4 +++ b/common/autoconf/flags.m4 @@ -831,8 +831,6 @@ AC_DEFUN_ONCE([FLAGS_SETUP_COMPILER_FLAGS_FOR_JDK], JDKLIB_LIBS="-ljava -ljvm" if test "x$TOOLCHAIN_TYPE" = xsolstudio; then JDKLIB_LIBS="$JDKLIB_LIBS -lc" - elif test "x$TOOLCHAIN_TYPE" = xxlc; then - JDKLIB_LIBS="$JDKLIB_LIBS -liconv" fi fi diff --git a/common/autoconf/generated-configure.sh b/common/autoconf/generated-configure.sh index 4e25e212fc4..71c09c44367 100644 --- a/common/autoconf/generated-configure.sh +++ b/common/autoconf/generated-configure.sh @@ -4597,7 +4597,7 @@ VS_SDK_PLATFORM_NAME_2013= #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: -DATE_WHEN_GENERATED=1446135203 +DATE_WHEN_GENERATED=1446637466 ############################################################################### # @@ -45118,8 +45118,6 @@ $as_echo "$supports" >&6; } JDKLIB_LIBS="-ljava -ljvm" if test "x$TOOLCHAIN_TYPE" = xsolstudio; then JDKLIB_LIBS="$JDKLIB_LIBS -lc" - elif test "x$TOOLCHAIN_TYPE" = xxlc; then - JDKLIB_LIBS="$JDKLIB_LIBS -liconv" fi fi