[PATCH 01/10] doc: Fix typo in doc/build/clang.rst
Heinrich Schuchardt
xypron.glpk at gmx.de
Wed Aug 20 23:54:54 CEST 2025
On 11.08.25 01:37, Adriano Carvalho wrote:
> Signed-off-by: Adriano Carvalho <adrianocarvalho.pt at gmail.com>
> ---
> doc/build/clang.rst | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/doc/build/clang.rst b/doc/build/clang.rst
> index 09bb988e923..7f9b7c266d9 100644
> --- a/doc/build/clang.rst
> +++ b/doc/build/clang.rst
> @@ -46,9 +46,9 @@ It can also be used to compile sandbox:
> FreeBSD 11
Thank you for reviewing the documentation.
FreeBSD 11 reached end of live 30 Nov 2017. The content of this section
needs updating.
> ----------
>
> -Since llvm 3.4 is currently in the base system, the integrated assembler as
> -is incapable of building U-Boot. Therefore gas from devel/arm-gnueabi-binutils
> -is used instead. It needs a symlink to be picked up correctly though:
> +Since llvm 3.4 is currently in the base system, the integrated assembler is
The proper name is LLVM.
Does the issue occur with current FreeBSD?
> +incapable of building U-Boot. Therefore gas from devel/arm-gnueabi-binutils is
> +used instead. It needs a symlink to be picked up correctly though:
%s/symlink/symbolic link/
Best regards
Heinrich
>
> .. code-block:: bash
>
> @@ -64,7 +64,7 @@ The following commands compile U-Boot using the Clang xdev toolchain.
> gmake rpi_2_defconfig
> gmake CC="clang -target arm-freebsd-eabi --sysroot /usr/arm-freebsd" -j8
>
> -Given that U-Boot will default to gcc, above commands can be
> +Given that U-Boot will default to gcc, the commands above can be
> simplified with a simple wrapper script - saved as
> /usr/local/bin/arm-gnueabi-freebsd-gcc - listed below:
>
More information about the U-Boot
mailing list