bug-gnulib
[Top][All Lists]
Advanced

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

support for Sun C 5.9


From: Bruno Haible
Subject: support for Sun C 5.9
Date: Mon, 8 May 2006 21:52:51 +0200
User-agent: KMail/1.5

Hi,

I added this support for Sun C 5.9 in config.rpath, and updated srclist.txt.


2006-05-05  Bruno Haible  <address@hidden>

        * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.

*** config.rpath.bak    2005-12-28 14:59:19.000000000 +0100
--- config.rpath        2006-05-06 02:44:50.000000000 +0200
***************
*** 2,8 ****
  # Output a system dependent set of variables, describing how to set the
  # run time search path of shared libraries in an executable.
  #
! #   Copyright 1996-2005 Free Software Foundation, Inc.
  #   Taken from GNU libtool, 2001
  #   Originally by Gordon Matzigkeit <address@hidden>, 1996
  #
--- 2,8 ----
  # Output a system dependent set of variables, describing how to set the
  # run time search path of shared libraries in an executable.
  #
! #   Copyright 1996-2006 Free Software Foundation, Inc.
  #   Taken from GNU libtool, 2001
  #   Originally by Gordon Matzigkeit <address@hidden>, 1996
  #
***************
*** 88,93 ****
--- 88,96 ----
          como)
            wl='-lopt='
            ;;
+         c89* | c99*)
+           wl='-Wl,'
+           ;;
        esac
        ;;
      osf3* | osf4* | osf5*)





reply via email to

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