Landing: 382d3c1448d9
Project / Subsystem
gcc / build
Date
2026-07-01
Author
Rainer Orth
Commit
382d3c1448d9c85b41ea0d6c2181d5cd1fdb419c
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- build
- patch_id
- —
- commit_hash
- 382d3c1448d9c85b41ea0d6c2181d5cd1fdb419c
- source_type
- github
- headline
- Remove obsolete $gas variable from build configuration
- tldr
- Removes the `$gas` variable from GCC's build configuration, as it's no longer needed after `HAVE_GNU_AS` removal.
- author
- Rainer Orth
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • build
- • assembler
- • configure
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-01T00:00:00.000Z
This commit removes the $gas variable from GCC’s configuration files, including config.gcc, configure.ac, and acinclude.m4. This cleanup is a consequence of removing the HAVE_GNU_AS macro, making the explicit $gas variable unnecessary for configurations that now rely on as_flavor or assume gas by default.