|
|
@@ -238,7 +238,6 @@ case "$host" in
|
|
|
libdl="-ldl"
|
|
|
;;
|
|
|
esac
|
|
|
-libmono_ldflags="$libmono_ldflags $libdl"
|
|
|
AC_MSG_RESULT(ok)
|
|
|
|
|
|
if test x$need_link_unlink = xyes; then
|
|
|
@@ -1622,7 +1621,6 @@ case "$host" in
|
|
|
# ld: fatal: relocation error: R_386_GOTOFF: file /var/tmp//ccxYR96k.o: symbol astruct: relocation must bind locally
|
|
|
have_visibility_hidden=no
|
|
|
|
|
|
- libmono_ldflags="$libmono_ldflags $LIBS"
|
|
|
esac
|
|
|
;;
|
|
|
x86_64-*-* | amd64-*-*)
|
|
|
@@ -1656,7 +1654,6 @@ case "$host" in
|
|
|
*)
|
|
|
LIBC="libc.so"
|
|
|
INTL="libintl.so"
|
|
|
- libmono_ldflags="$libmono_ldflags $LIBS"
|
|
|
esac
|
|
|
jit_wanted=true
|
|
|
if test x"$GCC" = xyes; then
|
|
|
@@ -1913,6 +1910,8 @@ AC_ARG_WITH(preview, [ --with-preview=yes,no If you want to install the 2.0
|
|
|
fi
|
|
|
])
|
|
|
|
|
|
+libmono_ldflags="$libmono_ldflags $LIBS"
|
|
|
+
|
|
|
AM_CONDITIONAL(INSTALL_2_0, test x$PREVIEW = xyes)
|
|
|
|
|
|
AM_CONDITIONAL(MIPS_GCC, test ${TARGET}${ac_cv_prog_gcc} = MIPSyes)
|