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
F132742219: D42006.id127889.diff
Sun, Oct 19, 1:21 PM
Unknown Object (File)
Wed, Oct 15, 4:57 PM
Unknown Object (File)
Wed, Oct 15, 4:57 PM
Unknown Object (File)
Wed, Oct 15, 4:57 PM
Unknown Object (File)
Wed, Oct 15, 6:15 AM
Unknown Object (File)
Mon, Oct 6, 4:27 AM
Unknown Object (File)
Wed, Oct 1, 4:00 AM
Unknown Object (File)
Aug 25 2025, 9:47 PM

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