diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2013-12-17 16:22:12 +0000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-17 20:39:59 +0100 |
commit | 8fc5ea004386431eaecfea51376fcc11c23c77c1 (patch) | |
tree | 3db29b61a6a843c63d8c4842153eae59d0783981 /package/qt5/qt5base/qt5base-0007-detect-posix_fallocate-at-configure-time.patch | |
parent | 218b4ec6bcc8db72d3badf4663c00475c1ed0802 (diff) | |
download | buildroot-8fc5ea004386431eaecfea51376fcc11c23c77c1.tar.gz buildroot-8fc5ea004386431eaecfea51376fcc11c23c77c1.zip |
sawman: Link using gcc instead of ld
Using ld may cause a link failure due to using the default emulation
linker which is configured when building the linker in binutils. Using
gcc instead will pass the appropriate -m value because the compiler
knows the ABI you are using.
Here is an example of the failure:
ld: .libs/libdirectfbwm_sawman.a.tmp/sawman_wm.o: ABI is incompatible
with that of the selected emulation
ld: failed to merge target specific data of file
.libs/libdirectfbwm_sawman.a.tmp/sawman_wm.o
ld: Attempt to do relocatable link with elf64-tradbigmips input and
elf32-tradbigmips output
ld: .libs/libdirectfbwm_sawman.a.tmp/sawman_wm.o: file class ELFCLASS64
incompatible with ELFCLASS32
ld: final link failed: File in wrong format
Fixes:
http://autobuild.buildroot.net/results/e4b/e4b77681a44626efa2a44627604630697e785086/
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt5/qt5base/qt5base-0007-detect-posix_fallocate-at-configure-time.patch')
0 files changed, 0 insertions, 0 deletions