mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue