]> git.proxmox.com Git - mirror_qemu.git/commit - configure
Fix linking relocatable objects on Sparc
authorJames Clarke <jrtc27@jrtc27.com>
Mon, 6 Jun 2016 11:02:50 +0000 (12:02 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 7 Jun 2016 15:19:06 +0000 (18:19 +0300)
commit6969ec6cfd1293efd16bf9c7c7063b44bc6880ce
treeb3215e74647b17ad5a8f68dc51aa3a7b02b31b49
parenta2c5eaf7a9f6172e8dc5cfeb283e086f592cf50a
Fix linking relocatable objects on Sparc

On Sparc, gcc implicitly passes --relax to the linker, but -r is
incompatible with this. Therefore, if --no-relax is supported, it should
be passed to the linker.

Signed-off-by: James Clarke <jrtc27@jrtc27.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure
rules.mak