]> git.ipfire.org Git - thirdparty/libtool.git/commit
* ltconfig.in: new config.guess returns *-*-cygwin now instead of
authorGary V. Vaughan <gary@gnu.org>
Wed, 3 Feb 1999 11:11:03 +0000 (11:11 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 3 Feb 1999 11:11:03 +0000 (11:11 +0000)
commit4094b9622fb851c9932107d4384bfb3e8da25ebb
treeafac4b896067b22ee81a58c7275d2410532d3695
parent87d1ce7865099462ba363055502fc1a3bc0cdf66
* ltconfig.in: new config.guess returns *-*-cygwin now instead of
*-*-cygwin32.  sed -e 's%(cygwin|mingw)32%1%g' ltconfig.in
* ltmain.in:   sed -e 's%(cygwin|mingw)32%1%g' ltmain.in

* ltconfig.in (hardcode_libdir_flag_spec, allow_undefined_flag,
archive_cmds, archive_sym_cmds, old_archive_from_new_cmds):
removed duplication of config by assuming that `test $with_gcc =
yes' implies gnu ld, otherwise MSVC++ (which I haven't tested
since I inheritted the code from Ian Lance Taylor btw!) is implied.
ChangeLog
ltconfig.in
ltmain.in