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: TizenStudio_2.0_p2.3.2~208^2~10404 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa58948d1f1c764e112c00ef56d7c72571ab7f36;p=sdk%2Femulator%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 fb5b6bb..480c81d 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