[Qemu-devel] [PATCH] Drop gld linker usage on SunOS

Kamil Rytarowski posted 1 patch 8 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170911205001.11789-1-n54@gmx.com
Test checkpatch passed
Test docker passed
Test s390x passed
configure | 1 -
1 file changed, 1 deletion(-)
[Qemu-devel] [PATCH] Drop gld linker usage on SunOS
Posted by Kamil Rytarowski 8 years, 1 month ago
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(-)

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"
-- 
2.14.1


Re: [Qemu-devel] [PATCH] Drop gld linker usage on SunOS
Posted by Michael Tokarev 8 years, 1 month ago
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