From 440e9228592a3f603d7d09e8bee707b0163f545f Mon Sep 17 00:00:00 2001 From: Ploggy Date: Fri, 28 Jun 2024 23:52:46 +0100 Subject: [PATCH] Update Makefile (#99) --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 851dd5b..a0355ec 100644 --- a/Makefile +++ b/Makefile @@ -240,13 +240,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 - 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)))