mbox series

[v3,0/4] arm64 cross docs improvements/fixes

Message ID 1643116802-26466-1-git-send-email-juraj.linkes@pantheon.tech (mailing list archive)
Headers
Series arm64 cross docs improvements/fixes |

Message

Juraj Linkeš Jan. 25, 2022, 1:19 p.m. UTC
  The docs are a bit outdated and in need of updates.

Using CFLAGS and LDFLAGS is an artefact of the old build system, Meson
doesn't support those well.

Numaclt can't be cross compiled with clang.

The names of downloaded binaried have an extra -none- in them.

And to make these changes more easily understandable, add an example
cross file.

v3: rebase and minor reformat in:
  doc: arm64 cross build CFLAGS/LDFLAGS alternatives
  docs: add an example arm64 cross file

Juraj Linkeš (4):
  doc: arm64 cross build CFLAGS/LDFLAGS alternatives
  doc: arm64 cross build binary names update
  doc: arm64 cross build numactl compilers
  doc: add an example arm64 cross file

 .../linux_gsg/cross_build_dpdk_for_arm64.rst  | 69 ++++++++++++++++---
 1 file changed, 60 insertions(+), 9 deletions(-)
  

Comments

Thomas Monjalon March 16, 2022, 7:19 p.m. UTC | #1
25/01/2022 14:19, Juraj Linkeš:
> The docs are a bit outdated and in need of updates.
> 
> Using CFLAGS and LDFLAGS is an artefact of the old build system, Meson
> doesn't support those well.
> 
> Numaclt can't be cross compiled with clang.
> 
> The names of downloaded binaried have an extra -none- in them.
> 
> And to make these changes more easily understandable, add an example
> cross file.
> 
> v3: rebase and minor reformat in:
>   doc: arm64 cross build CFLAGS/LDFLAGS alternatives
>   docs: add an example arm64 cross file
> 
> Juraj Linkeš (4):
>   doc: arm64 cross build CFLAGS/LDFLAGS alternatives
>   doc: arm64 cross build binary names update
>   doc: arm64 cross build numactl compilers
>   doc: add an example arm64 cross file

Improved details (like line wrapping and uppercases),
and applied, thanks.