commit | 6969ec6cfd1293efd16bf9c7c7063b44bc6880ce | [log] [tgz] |
---|---|---|
author | James Clarke <jrtc27@jrtc27.com> | Mon Jun 06 12:02:50 2016 +0100 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Tue Jun 07 18:19:06 2016 +0300 |
tree | b3215e74647b17ad5a8f68dc51aa3a7b02b31b49 | |
parent | a2c5eaf7a9f6172e8dc5cfeb283e086f592cf50a [diff] |
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>