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)
Mon, Apr 21, 8:21 PM
Unknown Object (File)
Fri, Apr 18, 6:43 PM
Unknown Object (File)
Wed, Apr 16, 10:16 PM
Unknown Object (File)
Thu, Apr 10, 8:28 PM
Unknown Object (File)
Mar 10 2025, 4:59 AM
Unknown Object (File)
Mar 10 2025, 4:48 AM
Unknown Object (File)
Feb 10 2025, 9:27 PM
Unknown Object (File)
Feb 6 2025, 4:40 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