2006-03-29 Shaun Jackman <sjackman@gmail.com>

* libtool.m4: Set lt_cv_deplibs_check_method=pass_all for
        linux-newlib libc implementations.
This commit is contained in:
Jeff Johnston 2006-03-29 22:04:27 +00:00
parent 6507c09718
commit 8fed3e2ea5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-03-29 Shaun Jackman <sjackman@gmail.com>
* libtool.m4: Set lt_cv_deplibs_check_method=pass_all for
linux-newlib libc implementations.
2006-03-29 Eric Blake <ebb9@byu.net>
* libc/stdio/freopen.c (_freopen_r) [__SCLE]: Fix typo.

2
newlib/libtool.m4 vendored
View File

@ -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 ;;