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

Unified Diff: config/lib-link.m4

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 | « no previous file | gcc/configure » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config/lib-link.m4
diff --git a/config/lib-link.m4 b/config/lib-link.m4
index eeb200d266db84b74456a376eabd7cb6f365fbb3..2e9823f3265e1cd151da4b0abaa2a8d15fe25e18 100644
--- a/config/lib-link.m4
+++ b/config/lib-link.m4
@@ -350,7 +350,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
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
@@ -399,7 +399,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
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 | « no previous file | gcc/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698