From b64a7ad8853839ad0845c000d68f257cb17f1f80 Mon Sep 17 00:00:00 2001 From: Amelia Coutard Date: Fri, 7 Oct 2022 13:53:30 +0200 Subject: [PATCH] Updated stdlib includes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68ae0aa..934c007 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ CXX := x86_64-elf-g++ CXXFLAGS ?= -O2 CXXFLAGS := $(CXXFLAGS) -Wall -Wextra -Werror -std=c++20 \ -ffreestanding -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -mno-sse2 -fno-exceptions -fno-rtti \ - -isystem /usr/include -isystem /usr/include/c++/12.1.0 -isystem /usr/include/c++/12.1.0/x86_64-pc-linux-gnu + -isystem /usr/include -isystem /usr/include/c++/12.2.0 -isystem /usr/include/c++/12.2.0/x86_64-pc-linux-gnu LDFLAGS ?= -O2 LDFLAGS := $(LDFLAGS) -Wall -Wextra -Werror -std=c++20 \ -- 2.47.0