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

Unified Diff: libobjc/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 | « libmudflap/configure ('k') | libssp/configure » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libobjc/configure
diff --git a/libobjc/configure b/libobjc/configure
index 96c680948f7484b19ebb03c360ddd9cf4e87f3b1..a30e2fbb127c0ba4d74f7b29c254c78c9cfd3ff9 100755
--- a/libobjc/configure
+++ b/libobjc/configure
@@ -4271,7 +4271,7 @@ freebsd* | dragonfly*)
fi
;;
-gnu*)
+gnu* | nacl*)
lt_cv_deplibs_check_method=pass_all
;;
@@ -10183,7 +10183,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10171 "configure"
+#line 10186 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -10279,7 +10279,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10267 "configure"
+#line 10282 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11155,7 +11155,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then
:
else
cat > conftest.$ac_ext << EOF
-#line 11143 "configure"
+#line 11158 "configure"
@interface Frob
@end
@implementation Frob
« no previous file with comments | « libmudflap/configure ('k') | libssp/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698