From: Bruno Haible Date: Sun, 22 Feb 2004 17:50:10 +0000 (+0000) Subject: Add support for Comeau C++. X-Git-Tag: v0.14.2~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb62409ebc9bbf994c4477126572d377f3af9bc;p=thirdparty%2Fgettext.git Add support for Comeau C++. --- diff --git a/ChangeLog b/ChangeLog index ec0bdd739..4db525c44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-22 Bruno Haible + + * config/m4/libtool.m4: Add support for Comeau C++ on Linux. + Reported by Prof. Roberto Bagnara . + 2004-02-21 Bruno Haible * PACKAGING: Add FAQ.html. @@ -18,7 +23,7 @@ care of Solaris /bin/ln. Reported by Nelson H. F. Beebe . 2001-11-03 Bruno Haible - * config/m4/ltmain.sh: chmod 777 the .libs directory, so that + * config/ltmain.sh: chmod 777 the .libs directory, so that "make install" succeeds. * config/m4/libtool.m4: Upgrade to libtool-1.5.2. diff --git a/autoconf-lib-link/ChangeLog b/autoconf-lib-link/ChangeLog index d2421181e..5cfd2134b 100644 --- a/autoconf-lib-link/ChangeLog +++ b/autoconf-lib-link/ChangeLog @@ -1,3 +1,8 @@ +2004-02-22 Bruno Haible + + * config.rpath: Add support for Comeau C++ on Linux. + Patch by Prof. Roberto Bagnara . + 2004-02-21 Bruno Haible * config.rpath: Upgrade to libtool-1.5.2. diff --git a/autoconf-lib-link/config.rpath b/autoconf-lib-link/config.rpath index a8a530d64..cd6842ea2 100755 --- a/autoconf-lib-link/config.rpath +++ b/autoconf-lib-link/config.rpath @@ -78,6 +78,9 @@ else ccc*) wl='-Wl,' ;; + como) + wl='-lopt=' + ;; esac ;; osf3* | osf4* | osf5*) diff --git a/config/m4/libtool.m4 b/config/m4/libtool.m4 index bbcc5f252..13d2a94d5 100644 --- a/config/m4/libtool.m4 +++ b/config/m4/libtool.m4 @@ -4901,6 +4901,9 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) # All Alpha code is PIC. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; + como) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-lopt=' + ;; esac ;;