You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Between #417 and #426 there's enough of a case for adding proper support for cross-compiling to the build system.
Ideally this should allow for all of:
Full cross-compilation of tender and bindings, at least to a different ARCH or toolchain on the same host. e.g. build for aarch64-linux-gnu on x86_64-linux-gnu.
Override toolchain used for tenders to allow for instrumentation ((WiP): Afl gcc #417).
The first point 1) "Full cross-compilation of tender and bindings" was done via #506 / #494. However, afl instrumentation is not implemented and I don't have any clues about the Genode support - but I remember that it was deleted via given PR.
Between #417 and #426 there's enough of a case for adding proper support for cross-compiling to the build system.
Ideally this should allow for all of:
ARCH
or toolchain on the same host. e.g. build foraarch64-linux-gnu
onx86_64-linux-gnu
.The text was updated successfully, but these errors were encountered: