From: Kamil Rytarowski Date: Mon, 11 Sep 2017 20:50:01 +0000 (+0200) Subject: Drop gld linker usage on SunOS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a9b16ab368b623d00aaa3d55b0eafbf0e1fdde0b;p=qemu.git Drop gld linker usage on SunOS This is required to be removed on SmartOS (Illumos). As of now there are no alternative supported SunOS distributions. Signed-off-by: Kamil Rytarowski Signed-off-by: Michael Tokarev --- 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"