5a3435190a
libnss expects OS_TEST to be set to ppc, ppc64, or ppc64le instead of
the usual values defined by Buildroot, respectively powerpc, powerpc64,
or powerpc64le.
This fixes the inconsistencies where functions would be prototyped and
called, but no implementation would be provided, causing link issues.
Define all the variants (of which the existing aarch64be) in Kconfig.
The latest default uses the usual architecture names as defined by
Buildroot, BR2_ARCH.
Additionally, libnss makes use of Altivec intrinsics which are only
available starting with gcc 8, not gcc 5, so we patch it to fix that
condition.
Fixes:
http://autobuild.buildroot.org/results/579/57928e6cf69d584b430a1d9a99156c57f29b692f/
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
[yann.morin.1998@free.fr:
- move the arch setting to kconfig (like recently done in
|
||
---|---|---|
.. | ||
0001-add-zlib-include-dir-variable.patch | ||
0002-Bug-1602288-Fix-build-failure-due-to-missing-posix-s.patch | ||
0003-Bug-1602743-Fix-PowerPc-build-sys-auxv.h-failure.patch | ||
0004-Bug-1603398-Fix-nsinstall.c-build-failure-on-RHEL-7.patch | ||
0005-Bug-1606119-Fix-PPC-HW-Crypto-build-failure.patch | ||
Config.in | ||
libnss.hash | ||
libnss.mk | ||
nss.pc.in |