Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(655)

Unified Diff: libmudflap/configure

Issue 65643012: Fix interlibrary dependencies in target shared library builds (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libgomp/configure ('k') | libobjc/configure » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « libgomp/configure ('k') | libobjc/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698