Page MenuHomeFreeBSD

dtc: Ensure it is built in C++17 mode
ClosedPublic

Authored by jlduran on Sep 28 2023, 8:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 7, 11:35 AM
Unknown Object (File)
Feb 24 2026, 11:08 AM
Unknown Object (File)
Feb 19 2026, 2:08 PM
Unknown Object (File)
Feb 18 2026, 6:22 PM
Unknown Object (File)
Feb 17 2026, 12:28 PM
Unknown Object (File)
Feb 16 2026, 12:53 AM
Unknown Object (File)
Feb 8 2026, 8:34 PM
Unknown Object (File)
Jan 16 2026, 8:11 AM

Details

Summary

Explicitly specify the C++ standard to be used in the Makefile.
This prevents macOS cross-builds from using the default gnu++98 and fail.
This syncs dtc with upstream commit 39a58cfaab7d55c7975ebf905d859ba91a369fa0.

Fixes: 29a55fd09b0a3cc4c888f7a630fde41694699343

Diff Detail

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