diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-03-29 22:04:27 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-03-29 22:04:27 +0000 |
commit | 8fed3e2ea50e7d0d3b2e5fba110a52f9980d0b80 (patch) | |
tree | d4f60c9da7ebef758ca9f746f40139f2d6b9c38a /newlib/libtool.m4 | |
parent | 6507c09718102234e6f0d52595610d49292dacc7 (diff) | |
download | newlib-8fed3e2ea50e7d0d3b2e5fba110a52f9980d0b80.zip newlib-8fed3e2ea50e7d0d3b2e5fba110a52f9980d0b80.tar.gz newlib-8fed3e2ea50e7d0d3b2e5fba110a52f9980d0b80.tar.bz2 |
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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libtool.m4 b/newlib/libtool.m4 index 3f452bc..ff5fb47 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 ;; |