aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-10-02 19:38:25 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-10-02 19:38:25 +0000
commitfa58948d1f1c764e112c00ef56d7c72571ab7f36 (patch)
treee41a8ed8ca1b1d53c850c33e1f900b3d589e9883 /configure
parentFix warning about undefined madvise() on OpenSolaris (diff)
downloadqemu-kvm-fa58948d1f1c764e112c00ef56d7c72571ab7f36.tar.gz
qemu-kvm-fa58948d1f1c764e112c00ef56d7c72571ab7f36.tar.bz2
qemu-kvm-fa58948d1f1c764e112c00ef56d7c72571ab7f36.zip
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 <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index fb5b6bbd2..480c81d71 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