Skip to content

Commit 0e48a89

Browse files
authored
Update Makefile.libretro (#59)
1 parent 3a5655f commit 0e48a89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.libretro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ else ifeq ($(platform), wiiu)
259259
CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT)
260260
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
261261
CFLAGS += -DGEKKO -DWIIU -DHW_RVL -mrvl -mcpu=750 -meabi -mhard-float -DMSB_FIRST -D__ppc__
262+
CFLAGS += -ffunction-sections -fdata-sections -D__wiiu__ -D__wut__
262263
STATIC_LINKING = 1
263264
HAS_GPU=0
264265

0 commit comments

Comments
 (0)