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

Unified Diff: libstdc++-v3/configure

Side-by-side diff isn't available for this file because of its large size.
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:
Download patch
« no previous file with comments | « libssp/configure ('k') | libtool.m4 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libstdc++-v3/configure
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index a6f21b3581d4d70dbd2000f77c049a0f3fd5dc62..277f2cf81a1d2a0a3b880a5a7d24737e59186ee0 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -4989,7 +4989,7 @@ freebsd* | dragonfly*)
fi
;;
-gnu*)
+gnu* | nacl*)
lt_cv_deplibs_check_method=pass_all
;;
@@ -41387,7 +41387,7 @@ fi;
if test "X$additional_includedir" = "X/usr/local/include"; then
if test -n "$GCC"; then
case $host_os in
- linux*) haveit=yes;;
+ linux* | nacl*) haveit=yes;;
esac
fi
fi
@@ -41431,7 +41431,7 @@ fi;
if test "X$additional_libdir" = "X/usr/local/lib"; then
if test -n "$GCC"; then
case $host_os in
- linux*) haveit=yes;;
+ linux* | nacl*) haveit=yes;;
esac
fi
fi
« no previous file with comments | « libssp/configure ('k') | libtool.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698