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>
This commit is contained in:
parent
8d32cf0eb4
commit
fa58948d1f
1
configure
vendored
1
configure
vendored
@ -299,6 +299,7 @@ SunOS)
|
|||||||
solaris="yes"
|
solaris="yes"
|
||||||
make="gmake"
|
make="gmake"
|
||||||
install="ginstall"
|
install="ginstall"
|
||||||
|
ld="gld"
|
||||||
needs_libsunmath="no"
|
needs_libsunmath="no"
|
||||||
solarisrev=`uname -r | cut -f2 -d.`
|
solarisrev=`uname -r | cut -f2 -d.`
|
||||||
# have to select again, because `uname -m` returns i86pc
|
# have to select again, because `uname -m` returns i86pc
|
||||||
|
Loading…
Reference in New Issue
Block a user