Bugzilla
FreeBSD does not use GNU assembler in its base system. llvm-as(1) can be installed from ports or pkg.
Details
Details
- Reviewers
mhorne - Group Reviewers
docs - Commits
- R9:774caa9f4676: x86-assembly: Fix link to GNU assembler
make run
Diff Detail
Diff Detail
- Repository
- R9 FreeBSD doc repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
FreeBSD does not use GNU assembler in its base system. llvm-as(1) is now in the base system
llvm-as is in ports. It is not in base system.
zlei@:~ % freebsd-version -ku 14.0-RELEASE 14.0-RELEASE zlei@:~ % which llvm-as llvm-as: Command not found.
Comment Actions
FYI, I have a larger set of changes for this chapter that is in progress locally. But thank you for handling this PR.
Indeed. The assembler front-end shipped with the base system is clang(1). But it would be better to link to the devel/binutils package which provides GNU as(1).