From de772c58543e008118bccc5dce4e7ec555d35585 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 9 Oct 2022 03:48:02 +0300 Subject: [PATCH] Added "-fpermissive" as temporal workaround --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7783ee8..b3c7953 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ else ifeq ($(OSARCH), i686) CFLAGS += -fno-pic -fno-pie -mno-80387 -mno-mmx -mno-3dnow \ -mno-red-zone -mno-sse -mno-sse2 \ - -march=i686 -pipe -msoft-float -fno-builtin + -march=i686 -pipe -msoft-float -fno-builtin -fpermissive CFLAG_STACK_PROTECTOR := -fstack-protector-all LDFLAGS += -Tarch/i686/linker.ld \ -fno-pic -fno-pie \