bug-libtool
[Top][All Lists]
Advanced

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

support for Comeau C++ on Linux


From: Bruno Haible
Subject: support for Comeau C++ on Linux
Date: Sun, 22 Feb 2004 18:56:29 +0100
User-agent: KMail/1.5

Hi,

The Comeau C/C++ compiler on Linux (http://www.comeaucomputing.com/)
has a nonstandard way to pass options to the linker. This patch adds support
for it to libtool.


2004-02-22  Bruno Haible  <address@hidden>

        * m4/libtool.m4: Add support for Comeau C++ on Linux.
        Reported by Prof. Roberto Bagnara <address@hidden>.

diff -c -3 -r1.48 libtool.m4
*** m4/libtool.m4       22 Feb 2004 11:13:45 -0000      1.48
--- m4/libtool.m4       22 Feb 2004 17:58:22 -0000
***************
*** 3266,3271 ****
--- 3266,3274 ----
          # 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
        ;;
  





reply via email to

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