mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 13:49:47 +08:00
boost: refresh GCC options in Makefile
This commit is contained in:
parent
80c7bbfd19
commit
7d62a2e785
@ -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))))),)
|
else ifneq ($(filter-out 6 7 8 9,$(word 1,$(subst ., ,$(call qstrip,$(CONFIG_GCC_VERSION))))),)
|
||||||
EXTRA_CXXFLAGS += -std=gnu++17
|
EXTRA_CXXFLAGS += -std=gnu++17
|
||||||
else
|
else
|
||||||
EXTRA_CXXFLAGS += -std=gnu++20
|
EXTRA_CXXFLAGS += -std=gnu++2a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(findstring mips,$(ARCH)),)
|
ifneq ($(findstring mips,$(ARCH)),)
|
||||||
|
Loading…
Reference in New Issue
Block a user