From 77fb5cf4251a4162318c10f44dc00f5afb2da000 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 18 May 2022 16:49:19 +0200 Subject: [PATCH] use newest C++ standard for yocto 4.0 --- configure/os/CONFIG.Common.yocto40-aarch64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.yocto40-aarch64 b/configure/os/CONFIG.Common.yocto40-aarch64 index a57614d39..b1fa0c600 100644 --- a/configure/os/CONFIG.Common.yocto40-aarch64 +++ b/configure/os/CONFIG.Common.yocto40-aarch64 @@ -17,4 +17,4 @@ GNU_BIN = $(GNU_DIR)/bin/$(GNU_TARGET) ARCH_DEP_CPPFLAGS = --sysroot=$(SDKTARGETSYSROOT) -mcpu=cortex-a53 -march=armv8-a+crc ARCH_DEP_LDFLAGS = --sysroot=$(SDKTARGETSYSROOT) -STD_CXXFLAGS = -std=c++20 +STD_CXXFLAGS = -std=c++23