From: Ralf Wildenhues Date: Sat, 17 Feb 2007 08:22:59 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ linux ] X-Git-Tag: release-2-1b~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d747b7918748f0dc7d36fce8c7a90477f1357ebf;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ linux ] : For Sun C/C++ 5.9, do not add /dev/null as dummy object, it fails with GNU ld version 2.16.91.0.7-amd-sles9. Report by Terry D. Dontje. * THANKS: Update. --- diff --git a/ChangeLog b/ChangeLog index 557fd8c98..5e9e4464a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-02-17 Ralf Wildenhues + + * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ linux ] + : For Sun C/C++ 5.9, do not add + /dev/null as dummy object, it fails with GNU ld version + 2.16.91.0.7-amd-sles9. Report by Terry D. Dontje. + * THANKS: Update. + 2007-02-14 Ralf Wildenhues * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ osf4, osf5 ] diff --git a/THANKS b/THANKS index a38b9b5b2..59fd88559 100644 --- a/THANKS +++ b/THANKS @@ -115,6 +115,7 @@ Stephan Kulow coolo@kde.org Steven M. Schultz sms@wlv.iipo.gtegsc.com Sven Verdoolaege skimo@liacs.nl + Terry D. Dontje Terry.Dontje@Sun.COM Tim Mooney mooney@dogbert.cc.ndsu.NoDak.edu Todd Vierling tv@pobox.com Tom Tromey tromey@cygnus.com diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 4e8611d07..ea7287461 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -4194,7 +4194,7 @@ _LT_EOF esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive /dev/null' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;;