mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
8791ef8a2a
The current behaviour introduced by commita50a3b8e31would discard any target features specified after crt-static (the only member of RUSTC_SPECIFIC_FEATURES). This is because it returned instead of continuing processing the next flag. Signed-off-by: Jens Reidel <adrian@travitia.xyz> (cherry picked from commit664d742933)
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.