Page MenuHomeFreeBSD

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

Authored by jlduran_gmail.com on Sep 28 2023, 8:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 1:51 AM
Unknown Object (File)
Sat, Apr 20, 8:37 AM
Unknown Object (File)
Sat, Apr 20, 1:31 AM
Unknown Object (File)
Apr 1 2024, 10:24 PM
Unknown Object (File)
Dec 12 2023, 7:34 AM
Unknown Object (File)
Nov 7 2023, 8:23 AM
Unknown Object (File)
Sep 29 2023, 2:26 PM
Unknown Object (File)
Sep 29 2023, 1:24 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