From 7d62a2e7857af5297461ae2e7c20f25090ef063d Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sun, 1 Jan 2023 16:54:48 +0800 Subject: [PATCH] boost: refresh GCC options in Makefile --- libs/boost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 9180e9ec..ad961d19 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -389,7 +389,7 @@ ifeq ($(word 1,$(subst ., ,$(call qstrip,$(CONFIG_GCC_VERSION)))),5) else ifneq ($(filter-out 6 7 8 9,$(word 1,$(subst ., ,$(call qstrip,$(CONFIG_GCC_VERSION))))),) EXTRA_CXXFLAGS += -std=gnu++17 else - EXTRA_CXXFLAGS += -std=gnu++20 + EXTRA_CXXFLAGS += -std=gnu++2a endif ifneq ($(findstring mips,$(ARCH)),)