commit | fa58948d1f1c764e112c00ef56d7c72571ab7f36 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Fri Oct 02 19:38:25 2009 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Fri Oct 02 19:38:25 2009 +0000 |
tree | e41a8ed8ca1b1d53c850c33e1f900b3d589e9883 | |
parent | 8d32cf0eb4e677d739cf0f9c45a9ea926f231b67 [diff] [blame] |
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>
diff --git a/configure b/configure index fb5b6bb..480c81d 100755 --- a/configure +++ b/configure
@@ -299,6 +299,7 @@ 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