Skip to content

Commit

Permalink
Remove outdated Wii U compiler flag (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaguerant authored Jul 1, 2024
1 parent 32e6dc3 commit 3a47c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ else ifeq ($(platform), wiiu)

CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT)
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
PLATCFLAGS += -DGEKKO -DWIIU -mwup -mcpu=750 -meabi -mhard-float -D__ppc__ -D__POWERPC__ -Dstricmp=strcasecmp
PLATCFLAGS += -DGEKKO -DWIIU -D__wiiu__ -DHW_WUP -ffunction-sections -fdata-sections
PLATCFLAGS += -mcpu=750 -meabi -mhard-float -D__ppc__ -D__POWERPC__ -Dstricmp=strcasecmp
PLATCFLAGS += -U__INT32_TYPE__ -U __UINT32_TYPE__ -D__INT32_TYPE__=int
STATIC_LINKING = 1

Expand Down

0 comments on commit 3a47c3d

Please sign in to comment.