Debian Patches

Status for vixl/5.1.0-6

Patch Description Author Forwarded Bugs Origin Last update
meson.patch build: add Meson support
I was trying to package Vixl, but the SCons build system does not
provide an install target, so I would've had to add it. It seemed too
difficult, so I directly created a quite basic Meson build script.

It provides most features of the SCons script, except for tests and
benchmarks, while adding a rich install target, with library soname
versioning and a pkg-config file.

Meson is a simple yet powerful build system, and you're interested in
using it as your main build system I could add tests and benchmarks :)
Andrea Pappacoda <andrea@pappacoda.it> no upstream, https://github.com/Linaro/vixl/pull/7 2021-10-15
0002-fix-do-not-force-HARDFLOAT-when-using-soft-fp-8.patch fix: do not force HARDFLOAT when using soft fp (#8)
Fixes compilation on Debian armel, see
https://buildd.debian.org/status/fetch.php?pkg=vixl&arch=armel&ver=5.1.0-1&stamp=1637517716&raw=0

Previously, Vixl would force hard float on all arm CPUs, by checking
only for __arm__. This would cause GCC to throw an internal error when
compiling with -mfloat-abi=soft. See also this example on Compiler
Andrea Pappacoda <andrea@pappacoda.it> no upstream, https://github.com/Linaro/vixl/commit/c4470cfce965c6efaa24926c7040025694a9a63e 2022-01-13
0003-fix-avoid-template-id-cdtor-warning-with-GCC-14.patch fix: avoid template-id-cdtor warning with GCC 14
C++20's DR 2237 forbids using template-ids in constructors and
destructors, and GCC 14 started warning about this.
Andrea Pappacoda <andrea@pappacoda.it> no upstream, https://github.com/Linaro/vixl/pull/109 2024-08-06

All known versions for source package 'vixl'

Links