mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
revert yesterdays cygwin -dll.a change
This commit is contained in:
parent
ffcd6f5420
commit
50fe45818e
@ -1,5 +1,12 @@
|
||||
1999-01-06 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
|
||||
|
||||
* ltconfig.in (cygwin, library_names_spec): revert Alexandre's
|
||||
change from yesterday to use `-dll.a' suffix. That change caused
|
||||
$libname-dll.a to be a symlink to $soname, which isn't even an
|
||||
`ar' archive. Before the import library suffix can be changed, we
|
||||
need to figure out how to handle building objects differently for
|
||||
linking with an import library versus an equivalent static library.
|
||||
|
||||
* TODO: Added details of a Linux wrapper script bug.
|
||||
Reported by Jeff Garzik <jgarzik@pobox.com>.
|
||||
|
||||
|
@ -1591,7 +1591,7 @@ bsdi4*)
|
||||
cygwin32* | mingw32*)
|
||||
version_type=windows
|
||||
if test "$with_gcc" = yes; then
|
||||
library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname-dll.a'
|
||||
library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
|
||||
else
|
||||
library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user