Skip to content

Commit dadbad0

Browse files
Mohamed IssaSendaoYan
authored andcommitted
8371088: Build fails when trying hsdis option
Reviewed-by: erikj
1 parent 9f97200 commit dadbad0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make/autoconf/lib-hsdis.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ AC_DEFUN([LIB_SETUP_HSDIS_BINUTILS],
304304
# If we have libsframe add it.
305305
if test -e $BINUTILS_INSTALL_DIR/lib/libsframe.a; then
306306
HSDIS_LIBS="$HSDIS_LIBS $BINUTILS_INSTALL_DIR/lib/libsframe.a"
307+
elif test -e $BINUTILS_INSTALL_DIR/lib64/libsframe.a; then
308+
HSDIS_LIBS="$HSDIS_LIBS $BINUTILS_INSTALL_DIR/lib64/libsframe.a"
307309
fi
308310
AC_CHECK_LIB(z, deflate, [ HSDIS_LIBS="$HSDIS_LIBS -lz" ], AC_MSG_ERROR([libz not found]))
309311
else

0 commit comments

Comments
 (0)