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
F108433915: D41542.id126350.diff
Fri, Jan 24, 5:53 PM
Unknown Object (File)
Thu, Jan 23, 6:35 PM
Unknown Object (File)
Fri, Jan 17, 2:16 PM
Unknown Object (File)
Fri, Jan 10, 3:12 PM
Unknown Object (File)
Wed, Jan 1, 4:31 AM
Unknown Object (File)
Nov 13 2024, 7:15 PM
Unknown Object (File)
Oct 22 2024, 4:18 PM
Unknown Object (File)
Oct 20 2024, 5:40 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 Passed
Unit
No Test Coverage
Build Status
Buildable 53224
Build 50115: arc lint + arc unit