guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#68355] [PATCH 2/8] gnu: cross-gcc-toolchain: Use fixed name.


From: Mathieu Othacehe
Subject: [bug#68355] [PATCH 2/8] gnu: cross-gcc-toolchain: Use fixed name.
Date: Fri, 12 Jan 2024 21:25:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

> * gnu/packages/cross-base.scm (cross-gcc-toolchain) <name>: Always use
>   gcc-cross- prefix regardless of TARGET having a C standard library or
>   not.
  ^
  no alignment here

> -    (name (string-append (package-name xgcc) "-toolchain"))
> +    ;; Using PACKAGE-NAME of XGCC is avoided here as there are platforms 
> that still
> +    ;; need a toolchain but don't have a libc.

There is a 78 columns limit. If you are using Emacs, you can enable
whitespace mode to display the characters that are over the limit, then
use `fill-paragraph` to have Emacs fix it for you.

Thanks,

Mathieu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]