buildroot/package/botan
Tobias Blass e654839f9e botan: disable AltiVec if the CPU does not support it
Botan compiles all PowerPC code with AltiVec support and only determines
at runtime whether the CPU even supports it. If the target CPU uses the
older SPE extensions, though, this is too late; since SPE and AltiVec
are incompatible, gcc aborts the compilation. This patch explicitly
disables AltiVec support unless BR2_POWERPC_CPU_HAS_ALTIVEC is defined

Signed-off-by: Tobias Blass <tobias.blass@rohde-schwarz.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-06-06 21:44:20 +02:00
..
0001-remove-mips64-explicit-mabi.patch botan: fix mips64 build using n32 ABI 2014-10-23 22:15:53 +02:00
Config.in botan: fix static build 2014-11-27 22:48:09 +01:00
botan.hash package/botan: bump version to 1.10.16 2017-05-22 16:14:49 +02:00
botan.mk botan: disable AltiVec if the CPU does not support it 2017-06-06 21:44:20 +02:00