janneke pushed a commit to branch core-packages-team
in repository guix.
commit bd75cb2ea2dd253eaa1eda2a07fe0de7dea58712
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Fri Feb 28 12:36:15 2025 +0100
squash! gnu: gcc-4.7: Fix slash in startfile prefix.
XXX Collapse commit message to this.
These prefixes must have a trailing slash. When this slash is
omitted, gcc fails to find ?crt*.o files when LIBRARY_PATH is not set.
Fixes #75483, see <https://issues.guix.gnu.org/75483>.
* gnu/packages/gcc.scm (gcc-4.7): Fix replaced startfile prefix.
[arguments]: <#:phases>: Fix it.
Signed-off-by: Ludovic Courtès <[email protected]>