07/07/2021 15:25, Juraj Linkeš: > Add support for aarch32 cross build in meson. > > Aarch32 is an execution state that allows execution of 32-bit code on > armv8 machines. This execution state contains a superset of previous > armv7 32-bit instructions and features. Thus the aarch32 build is distinct > from arvm7 build. > > v18: > Rebased, adjusted to use arm soc format. > > Acked-by: Aaron Conole <acon...@redhat.com> > > Juraj Linkeš (4): > net/virtio: fix aarch32 build > eal/arm: update CPU flags > build: add aarch32 meson build flags > build: add aarch32 to meson cross-compilation > > Phil Yang (1): > doc: add aarch32 build guidance > > Ruifeng Wang (2): > net/sfc: fix aarch32 build > net/bnxt: fix aarch32 build
Applied, thanks. I did few small improvements in the doc.