From: Ossama Othman Date: Sun, 23 Jan 2000 03:07:22 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_CXX): Added LDFLAGS to list of variables to X-Git-Tag: multi-language-merge-point~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c95d3243cde5fd889b3e1c53928f89b2636d64cb;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_CXX): Added LDFLAGS to list of variables to pass to ltconfig when creating C++ compiler tag. * ltcf-cxx.sh: Added support for the DEC/Compaq C++ compiler on Linux and osf[3,4,5]. (whole_archive_flag_spec): Corrected commands that check if GNU linker supports "--whole-archive" flag. GNU C++'s "-print-prog-name" flag is used to determine what the linker is instead of using the 'LD' variable. (ac_cv_prog_cc_wl): Corrected value for Sun C++. Previously it was set to '-Wl,' when it should have been '-Qoption ld '. * ltconfig.in (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works): Make sure variable is not an empty string, even if it is set. --- diff --git a/ChangeLog b/ChangeLog index 0b94ad341..4a90fff3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2000-01-22 Ossama Othman + + * libtool.m4 (AC_LIBTOOL_CXX): Added LDFLAGS to list of variables to + pass to ltconfig when creating C++ compiler tag. + + * ltcf-cxx.sh: Added support for the DEC/Compaq C++ compiler on + Linux and osf[3,4,5]. + + (whole_archive_flag_spec): Corrected commands that check if GNU + linker supports "--whole-archive" flag. GNU C++'s + "-print-prog-name" flag is used to determine what the linker is + instead of using the 'LD' variable. + + (ac_cv_prog_cc_wl): Corrected value for Sun C++. Previously it + was set to '-Wl,' when it should have been '-Qoption ld '. + + * ltconfig.in (ac_cv_prog_cc_pic_works, + ac_cv_prog_cc_static_works): Make sure variable is not an empty + string, even if it is set. + 1999-12-06 Ossama Othman * ltcf-c.sh: split off the osf3 section, so that the osf4 and osf5