mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ linux ]
<whole_archive_flag_spec>: 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.
This commit is contained in:
parent
79e33032b4
commit
d747b79187
@ -1,3 +1,11 @@
|
||||
2007-02-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ linux ]
|
||||
<whole_archive_flag_spec>: 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 <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ osf4, osf5 ]
|
||||
|
1
THANKS
1
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
|
||||
|
2
libltdl/m4/libtool.m4
vendored
2
libltdl/m4/libtool.m4
vendored
@ -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' ;;
|
||||
|
Loading…
Reference in New Issue
Block a user