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
F108662617: D42006.diff
Mon, Jan 27, 3:59 AM
Unknown Object (File)
Sun, Jan 19, 1:54 PM
Unknown Object (File)
Dec 28 2024, 3:57 AM
Unknown Object (File)
Dec 3 2024, 3:35 AM
Unknown Object (File)
Oct 27 2024, 11:01 AM
Unknown Object (File)
Oct 21 2024, 4:55 AM
Unknown Object (File)
Sep 27 2024, 3:27 AM
Unknown Object (File)
Sep 23 2024, 4:13 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