diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2018-09-15 16:27:10 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-15 07:37:11 -0700 |
commit | a06c29be2f5bc204f965ee07298c34232c5c39fc (patch) | |
tree | aab0ca2335b914a2cec3757c0215951af57f151f /meta-initramfs/COPYING.MIT | |
parent | a95dde286863dc80da375265c4b3d35f246e1258 (diff) | |
download | meta-openembedded-a06c29be2f5bc204f965ee07298c34232c5c39fc.tar.gz |
klibc: fix build with GCC and -pie for mips, mips64, aarch64
The MCONFIG makefiles for mips/mips64 do disable pic so we do not insist
linking it with -pie.
For aarch64 we have to readd the -Os optimization to avoid
| usr/dash/shell.h:103:25: error:
'-mgeneral-regs-only' is incompatible with floating-point argument
as committed (c296fb707ae3 klibc: Pass Optimization with KLIBCOPTFLAGS)
but reverted (76bc58e9329 klibc: Fix build with security flags) trying to
fix the i386 build (see ld.bfd: discarded output section: `.got.plt').
This latter issue was fixed for i386 passing -pie to the linker.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs/COPYING.MIT')
0 files changed, 0 insertions, 0 deletions