From 90db5e7295fdaca2e4c8907dd5d23ccef0853f1c Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Fri, 2 Oct 2009 19:38:25 +0000 Subject: [PATCH] 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 --- configure | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4