From 0e6ce96d68c1565d1cfb2d64841970f19f3cfb66 Mon Sep 17 00:00:00 2001 From: Ploggy Date: Fri, 28 Jun 2024 23:52:25 +0100 Subject: [PATCH] Update Makefile (#139) --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b3f644b..6b3b264 100644 --- a/Makefile +++ b/Makefile @@ -288,13 +288,12 @@ else ifneq (,$(filter $(platform), ngc wii wiiu)) CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT) AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT) ENDIANNESS_DEFINES += -DGEKKO -mcpu=750 -meabi -mhard-float -DMSB_FIRST -DBYTE_ORDER=BIG_ENDIAN - FLAGS += -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int EXTRA_INCLUDES := -I$(DEVKITPRO)/libogc/include STATIC_LINKING = 1 # Nintendo WiiU ifneq (,$(findstring wiiu,$(platform))) - ENDIANNESS_DEFINES += -DWIIU -DHW_RVL -mwup + ENDIANNESS_DEFINES += -DWIIU -DHW_RVL -ffunction-sections -fdata-sections -D__wiiu__ -D__wut__ # Nintendo Wii else ifneq (,$(findstring wii,$(platform)))