Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
meson.patch | [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-13 | |
armel-fix.patch | [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 |