RE: [PATCH v1] doc: arm64 cross docs improvements/fixes

2021-11-26 Thread Juraj Linkeš
; Subject: Re: [PATCH v1] doc: arm64 cross docs improvements/fixes > > 18/11/2021 11:00, Juraj Linkeš: > > Numactl cross compilation doesn't work with clang, remove it and fix > > the gcc cross compiler executable name. > > > > Remove CFLAGS and LDFLAGS since M

Re: [PATCH v1] doc: arm64 cross docs improvements/fixes

2021-11-26 Thread Thomas Monjalon
18/11/2021 11:00, Juraj Linkeš: > Numactl cross compilation doesn't work with clang, remove it and fix the > gcc cross compiler executable name. > > Remove CFLAGS and LDFLAGS since Meson doesn't support them well enough. > Add alternatives. > > The names of the downloaded gcc binaries differ from

[PATCH v1] doc: arm64 cross docs improvements/fixes

2021-11-18 Thread Juraj Linkeš
Numactl cross compilation doesn't work with clang, remove it and fix the gcc cross compiler executable name. Remove CFLAGS and LDFLAGS since Meson doesn't support them well enough. Add alternatives. The names of the downloaded gcc binaries differ from those in cross files, so point this out in do