From 76d6ea8f40b3f9ad8dbb73eb88759d41eeffe94c Mon Sep 17 00:00:00 2001 From: Ploggy Date: Fri, 3 Mar 2023 18:38:24 +0000 Subject: [PATCH] Update Makefile --- libretro/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro/Makefile b/libretro/Makefile index 42acea9..794f8ef 100644 --- a/libretro/Makefile +++ b/libretro/Makefile @@ -244,8 +244,8 @@ else ifeq ($(platform), wiiu) CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT) CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT) AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT) - PLATFORM_DEFINES += -DGEKKO -DWIIU -DHW_RVL -mwup -mcpu=750 -meabi -mhard-float - PLATFORM_DEFINES += -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int + PLATFORM_DEFINES += -DGEKKO -DWIIU -DHW_RVL -ffunction-sections -fdata-sections + PLATFORM_DEFINES += -D__wiiu__ -D__wut__ -mcpu=750 -meabi -mhard-float STATIC_LINKING = 1 # ARM