From 3be167dbf004cc97269b1b3d96695e955d3f36f1 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Tue, 26 Jan 2021 15:59:01 +0100 Subject: [PATCH] doc: fix build When removing the label "arm_cross_build_getting_the_prerequisite_library" in the rework of cross_build_dpdk_for_arm64.rst, the reference to this section got broken. It went unnoticed because "ninja -C doc" does not regenerate the file which is referencing the changed file. The fix is a reword not mentioning the "not so relevant" example from cross_build_dpdk_for_arm64.rst. Fixes: eb0e12c0c299 ("doc: add clang to aarch64 cross build guide") Signed-off-by: Thomas Monjalon Reviewed-by: David Marchand --- doc/guides/platform/bluefield.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/guides/platform/bluefield.rst b/doc/guides/platform/bluefield.rst index 824f2bde64..635e414600 100644 --- a/doc/guides/platform/bluefield.rst +++ b/doc/guides/platform/bluefield.rst @@ -77,12 +77,11 @@ required: - libnl-3 - libnl-route-3 -Such header files and libraries can be cross-compiled and installed on to the -cross toolchain directory like depicted in -:ref:`arm_cross_build_getting_the_prerequisite_library`, but those can also be -simply copied from the filesystem of a working BlueField platform. The following -script can be run on a BlueField platform in order to create a supplementary -tarball for the cross toolchain. +Such header files and libraries can be cross-compiled and installed +in the cross toolchain environment. +They can also be simply copied from the filesystem of a working BlueField platform. +The following script can be run on a BlueField platform in order to create +a supplementary tarball for the cross toolchain. .. code-block:: console -- 2.20.1