Skip to content

Commit 7de54a8

Browse files
Merge pull request #16 from vaguerant/no-mwup
Remove outdated Wii U compiler flag
2 parents e7fcfef + d5a42a4 commit 7de54a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ else ifeq ($(platform), wiiu)
143143
TARGET := $(TARGET_NAME)_libretro_$(platform).a
144144
CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT)
145145
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
146-
CFLAGS += -DGEKKO -DWIIU -DHW_RVL -mwup -mcpu=750 -meabi -mhard-float
146+
CFLAGS += -DGEKKO -DWIIU -DHW_RVL -D__wiiu__ -DHW_WUP -ffunction-sections -fdata-sections -mcpu=750 -meabi -mhard-float
147147
HAVE_RZLIB := 1
148148
STATIC_LINKING=1
149149
#######################################

0 commit comments

Comments
 (0)