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
Unknown Object (File)
Tue, Oct 22, 4:18 PM
Unknown Object (File)
Sun, Oct 20, 5:40 PM
Unknown Object (File)
Sep 24 2024, 1:25 PM
Unknown Object (File)
Sep 23 2024, 12:10 AM
Unknown Object (File)
Sep 18 2024, 12:11 AM
Unknown Object (File)
Sep 17 2024, 12:13 AM
Unknown Object (File)
Sep 16 2024, 8:35 PM
Unknown Object (File)
Sep 10 2024, 11:01 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