From: Blue Swirl Date: Fri, 2 Oct 2009 19:38:25 +0000 (+0000) Subject: Use GNU ld to link roms on OpenSolaris X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fa58948d1f1c764e112c00ef56d7c72571ab7f36;p=qemu.git Use GNU ld to link roms on OpenSolaris OpenSolaris ld seems to miss the equivalent of GNU ld's "-Ttext 0". Signed-off-by: Blue Swirl --- diff --git a/configure b/configure index fb5b6bbd2e..480c81d71c 100755 --- a/configure +++ b/configure @@ -299,6 +299,7 @@ SunOS) solaris="yes" make="gmake" install="ginstall" + ld="gld" needs_libsunmath="no" solarisrev=`uname -r | cut -f2 -d.` # have to select again, because `uname -m` returns i86pc