summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKamil Rytarowski2017-09-11 22:50:01 +0200
committerMichael Tokarev2017-09-26 08:11:23 +0200
commita9b16ab368b623d00aaa3d55b0eafbf0e1fdde0b (patch)
treedb7a74902607848759fb3c6491b711d3d150e9c8 /configure
parenttests/boot-sector: Increase timeout to 600 seconds (diff)
downloadqemu-a9b16ab368b623d00aaa3d55b0eafbf0e1fdde0b.tar.gz
qemu-a9b16ab368b623d00aaa3d55b0eafbf0e1fdde0b.tar.xz
qemu-a9b16ab368b623d00aaa3d55b0eafbf0e1fdde0b.zip
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 <n54@gmx.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
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"