Re: [Qemu-devel] [PATCH] Fix linking relocatable objects on Sparc

2016-05-29 Thread Michael Tokarev
11.05.2016 00:16, James Clarke wrote: > 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. Applied to -trivial, thanks! /mjt

[Qemu-devel] [PATCH] Fix linking relocatable objects on Sparc

2016-05-10 Thread James Clarke
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 --- configure | 13 + rules.mak | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) di