qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT fa58948] Use GNU ld to link roms on OpenSolaris


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT fa58948] Use GNU ld to link roms on OpenSolaris
Date: Fri, 02 Oct 2009 19:56:06 -0000

From: Blue Swirl <address@hidden>

OpenSolaris ld seems to miss the equivalent of GNU ld's "-Ttext 0".

Signed-off-by: Blue Swirl <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]