qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PULL 30/31] Drop gld linker usage on SunOS


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 30/31] Drop gld linker usage on SunOS
Date: Mon, 25 Sep 2017 00:22:48 +0300

From: Kamil Rytarowski <address@hidden>

This is required to be removed on SmartOS (Illumos).
As of now there are no alternative supported SunOS distributions.

Signed-off-by: Kamil Rytarowski <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 configure | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index 1f7b4f03ce..7727f6ba5b 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"
-- 
2.11.0




reply via email to

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