From: Kamil Rytarowski Date: Mon, 11 Sep 2017 20:50:01 +0000 (+0200) Subject: Drop gld linker usage on SunOS X-Git-Tag: v2.11.0-rc0~79^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9b16ab368b623d00aaa3d55b0eafbf0e1fdde0b;p=thirdparty%2Fqemu.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 1f7b4f03ce2..7727f6ba5ba 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"