From: Blue Swirl Date: Fri, 2 Oct 2009 19:38:25 +0000 (+0000) Subject: Use GNU ld to link roms on OpenSolaris X-Git-Tag: v0.12.0-rc0~972 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa58948d1f1c764e112c00ef56d7c72571ab7f36;p=thirdparty%2Fqemu.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 fb5b6bbd2e6..480c81d71cf 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