Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-03-30 02:04:27 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-03-30 02:04:27 +0400
commit8fed3e2ea50e7d0d3b2e5fba110a52f9980d0b80 (patch)
treed4f60c9da7ebef758ca9f746f40139f2d6b9c38a /newlib/libtool.m4
parent6507c09718102234e6f0d52595610d49292dacc7 (diff)
2006-03-29 Shaun Jackman <sjackman@gmail.com>
* libtool.m4: Set lt_cv_deplibs_check_method=pass_all for linux-newlib libc implementations.
Diffstat (limited to 'newlib/libtool.m4')
-rw-r--r--newlib/libtool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libtool.m4 b/newlib/libtool.m4
index 3f452bcba..ff5fb4753 100644
--- a/newlib/libtool.m4
+++ b/newlib/libtool.m4
@@ -620,7 +620,7 @@ irix5* | irix6*)
;;
# This must be Linux ELF.
-linux-gnu*)
+linux-gnu*|linux-newlib*)
case $host_cpu in
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
lt_cv_deplibs_check_method=pass_all ;;