8141290: AIX: fix build after '8140661: Rename LDFLAGS_SUFFIX to LIBS'
Reviewed-by: ihse
This commit is contained in:
parent
2e984bab1c
commit
c070181a7f
common/autoconf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user