#1109862 rustc - please depend on gcc-for-host, binutils-for-host

Package:
rustc
Source:
rustc
Description:
Rust systems programming language
Submitter:
Bastian Blank
Date:
2025-07-26 08:09:01 UTC
Severity:
normal
#1109862#5
Date:
2025-07-25 09:15:45 UTC
From:
To:
rustc currently depends on gcc and binutils.  This means it wants the
native compiler and will break if a cross compiler for this arch is
already installed.

Please change that to gcc-for-host and binutils-for-host.

As rustc is multi architecture, isn't this dependency kind of wrong?

Bastian

#1109862#10
Date:
2025-07-26 07:59:59 UTC
From:
To:
It's there for historical reasons, and I plan to revamp that
part of the packaging for Forky!