libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [SCM] GNU Libtool branch, pr-msvc-support, updated. v2.2.6-83-g8c178


From: Peter Rosin
Subject: Re: [SCM] GNU Libtool branch, pr-msvc-support, updated. v2.2.6-83-g8c17887
Date: Fri, 23 Jan 2009 14:17:37 +0100
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Den 2009-01-14 09:13 skrev Peter Rosin:
 > The branch, pr-msvc-support has been updated
 >        via  8c17887ee34e73a2aeb127b94f5b76f45dc34017 (commit)
 >        via  2817364bb6efd255550192c46edecfe085cbb288 (commit)
 >        via  06cfce005204bb8ca212aadab38b38c0202ea04e (commit)
 >        via  fbc144008bd66848111fb8ef2d7293b33957ea1a (commit)
 >       from  951d28316f365a0e17ae44dc076877da620f3ce8 (commit)

Ouch! This git n00b did not expect the commits on other branches to
get pushed, I'll be more careful in the future...

Pushing ChangeLog entries for those four patches as attached.

Cheers,
Peter
diff --git a/ChangeLog b/ChangeLog
index 896a250..2f0d084 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,48 @@
        * tests/localization.at: Use it. Update copyright year. Fixes
        the test on MSYS/MSVC.
 
+2009-01-13  Peter Rosin  <address@hidden>
+
+       * libltdl/config/ltmain.m4sh (func_mode_ar): New function
+       implementing new libtool --mode=ar.
+       (func_mode_help): Describe new ar mode.
+       * libltdl/m4/libtool.m4 (_LT_PROG_AR): Don't AC_SUBST AR_SEP
+       and AR_TFLAGS since they are no longer needed outside the
+       libtool script. Instead AC_SUBST LT_AR and LT_ARFLAGS and set
+       them so that libtool --mode=ar is invoked if the archiver is
+       "strange".
+       * Makefile.am: Don't export AR_SEP to the testsuite, instead
+       export LT_AR and LT_ARFLAGS.
+       * tests/archive-in-archive.at: Use "$LT_AR t " instead of
+       "$AR $AR_TFLAGS$AR_SEP".
+       * doc/libtool.texi: Document new mode.
+
+2009-01-13  Peter Rosin  <address@hidden>
+
+       * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS)
+       [ cygwin, mingw, cegcc ] <cl*>: @OUTPUT@ may or may not
+       include a trailing $EXEEXT. If mt fails, make sure libtool
+       exits with an error.
+       (_LT_LANG_CXX_CONFIG): Likewise.
+       * tests/exeext.at: New. Make sure linking with both -o prog
+       and -o prog$EXEEXT works.
+       * Makefile.am: Add previous test to testsuite.
+
+2009-01-13  Peter Rosin  <address@hidden>
+
+       * doc/libtool.texi (libtool script contents): Document
+       new variables introduced by the MSVC port.
+
+2009-01-13  Peter Rosin  <address@hidden>
+
+       * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS)
+       [cygwin, mingw, pw32, cegcc] <cl*>: Indicate that reloadable
+       objects does not work.
+       * tests/duplicate_conv.at: Skip last test if reloadable
+       objects does not work.
+       * doc/libtool.texi (libtool script contents): Document how to
+       indicate that reloadable objects do not work.
+
 2008-08-18  Peter Rosin  <address@hidden>
 
        * .gitignore: Ignore *.obj files for MSVC (and w32).

reply via email to

[Prev in Thread] Current Thread [Next in Thread]