Files
meta-riscv/recipes-support/boost/boost_%.bbappend
Khem Raj 762911ea2e boost: Fix build on rv32
Define __NR_futex in terms for __NR_futex_time64 for rv32

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-29 16:27:09 -07:00

4 lines
107 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI_append_riscv32 = " file://riscv32__NR_futex.patch"