Page MenuHomeFreeBSD

arm: Add missing no-ctfconvert for fw_stub.awk target
ClosedPublic

Authored by jrtc27 on Aug 22 2023, 2:57 AM.
Tags
None
Referenced Files
F159419062: D41542.id.diff
Sat, Jun 13, 8:12 PM
Unknown Object (File)
May 13 2026, 5:23 PM
Unknown Object (File)
May 13 2026, 9:02 AM
Unknown Object (File)
May 12 2026, 10:40 AM
Unknown Object (File)
Apr 28 2026, 10:15 PM
Unknown Object (File)
Apr 28 2026, 10:08 PM
Unknown Object (File)
Apr 27 2026, 1:54 PM
Unknown Object (File)
Apr 17 2026, 3:42 PM
Subscribers

Details

Summary

This target produces a C file not an object file, so using ctfconvert on
it should not be attempted. This keeps it in sync with all other uses of
fw_stub.awk, squashes a warning seen during the build of TEGRA124 on
FreeBSD and avoids the same issue failing the build on non-FreeBSD (such
errors are #ifdef'ed into being warnings on FreeBSD in ctfconvert, which
should be revisited in the future).

MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable