diff mbox series

Drop gld linker usage on SunOS

Message ID 20170911205001.11789-1-n54@gmx.com
State New
Headers show
Series Drop gld linker usage on SunOS | expand

Commit Message

Kamil Rytarowski Sept. 11, 2017, 8:50 p.m. UTC
This is required to be removed on SmartOS (Illumos).
As of now there are no alternative supported SunOS distributions.

Signed-off-by: Kamil Rytarowski <n54@gmx.com>
---
 configure | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Tokarev Sept. 24, 2017, 9:08 p.m. UTC | #1
11.09.2017 23:50, Kamil Rytarowski wrote:
> This is required to be removed on SmartOS (Illumos).

I take this as granted - I haven't verified this.

> As of now there are no alternative supported SunOS distributions.

Applied to -trivial, thanks!

/mjt
diff mbox series

Patch

diff --git a/configure b/configure
index fd7e3a5e81..3dc0a71984 100755
--- a/configure
+++ b/configure
@@ -746,7 +746,6 @@  SunOS)
   solaris="yes"
   make="${MAKE-gmake}"
   install="${INSTALL-ginstall}"
-  ld="gld"
   smbd="${SMBD-/usr/sfw/sbin/smbd}"
   if test -f /usr/include/sys/soundcard.h ; then
     audio_drv_list="oss"