From 73656aff947dd09f6ca4f3b9be0d58e888dcba87 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Sun, 7 Apr 2024 00:39:08 +0200 Subject: PPC: Adding support for more instructions, adding support header for GNU as (using the BPP preprocessor) Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index acbe0bc..04d6ae1 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,7 @@ COMMON_INC=-IHeaders -I./ ifeq ($(shell uname), "Darwin") LINK_CC=g++ -std=c++20 else -LINK_CC=x86_64-w64-mingw32-g++ -std=c++20 +LINK_CC=x86_64-w64-mingw32-g++ -std=c++20 -Xlinker -s endif WINRES=windres -- cgit v1.2.3