HomeFreeBSD

Assemble .s to .o using cc, not as

Description

Assemble .s to .o using cc, not as

As of commit fd71da37d478 we no longer have an as in the default
toolchain. Although we do not make use of this rule in the base system
some ports or downstream projects might. Use cc -x assembler instead
of as.

Reviewed by: arichardson
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D35859

Details

Provenance
emasteAuthored on Jul 19 2022, 7:36 PM
Reviewer
arichardson
Differential Revision
D35859: Use the compiler driver instead of ${AS}
Parents
rG5dae8905a514: seq: combine asprintf return value checks
Branches
Unknown
Tags
Unknown