| Index: libmudflap/configure
|
| diff --git a/libmudflap/configure b/libmudflap/configure
|
| index 0b995fdfc5ecbf7fd9ee9d62e4242f0ed7ee7d21..6b68798090fe6f79509b7d28a0fc8d690effd5ed 100755
|
| --- a/libmudflap/configure
|
| +++ b/libmudflap/configure
|
| @@ -6187,7 +6187,7 @@ freebsd* | dragonfly*)
|
| fi
|
| ;;
|
|
|
| -gnu*)
|
| +gnu* | nacl*)
|
| lt_cv_deplibs_check_method=pass_all
|
| ;;
|
|
|
| @@ -6225,7 +6225,7 @@ irix5* | irix6* | nonstopux*)
|
| ;;
|
|
|
| # This must be Linux ELF.
|
| -linux* | k*bsd*-gnu | kopensolaris*-gnu | nacl*)
|
| +linux* | k*bsd*-gnu | kopensolaris*-gnu)
|
| lt_cv_deplibs_check_method=pass_all
|
| ;;
|
|
|
| @@ -10510,6 +10510,21 @@ linux*oldld* | linux*aout* | linux*coff*)
|
| dynamic_linker=no
|
| ;;
|
|
|
| +nacl*)
|
| + version_type=linux
|
| + need_lib_prefix=no
|
| + need_version=no
|
| + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
| + soname_spec='${libname}${release}${shared_ext}$major'
|
| + shlibpath_var=LD_LIBRARY_PATH
|
| + shlibpath_overrides_runpath=no
|
| +
|
| + # This implies no fast_install, which is unacceptable.
|
| + # Some rework will be needed to allow for fast_install
|
| + # before this can be enabled.
|
| + hardcode_into_libs=yes
|
| + ;;
|
| +
|
| # This must be Linux ELF.
|
| linux* | k*bsd*-gnu | kopensolaris*-gnu)
|
| version_type=linux
|
| @@ -11543,7 +11558,7 @@ else
|
| lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
| lt_status=$lt_dlunknown
|
| cat > conftest.$ac_ext <<_LT_EOF
|
| -#line 11546 "configure"
|
| +#line 11561 "configure"
|
| #include "confdefs.h"
|
|
|
| #if HAVE_DLFCN_H
|
| @@ -11639,7 +11654,7 @@ else
|
| lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
| lt_status=$lt_dlunknown
|
| cat > conftest.$ac_ext <<_LT_EOF
|
| -#line 11642 "configure"
|
| +#line 11657 "configure"
|
| #include "confdefs.h"
|
|
|
| #if HAVE_DLFCN_H
|
|
|