mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
(Wii) Some cleanups to Makefile
This commit is contained in:
parent
f1e2293328
commit
a020b917ac
@ -22,8 +22,6 @@ else ifneq ($(findstring MINGW,$(shell uname -a)),)
|
|||||||
system_platform = win
|
system_platform = win
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LDFLAGS_WIIUSE := -lwiiuse
|
|
||||||
|
|
||||||
CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT)
|
CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT)
|
||||||
CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT)
|
CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT)
|
||||||
LD = $(DEVKITPPC)/bin/powerpc-eabi-ld$(EXE_EXT)
|
LD = $(DEVKITPPC)/bin/powerpc-eabi-ld$(EXE_EXT)
|
||||||
@ -51,7 +49,7 @@ LDFLAGS := $(MACHDEP) -Wl,-Map,$(notdir $(ELF_TARGET)).map,-wrap,malloc,-wrap,fr
|
|||||||
ifeq ($(BIG_STACK), 1)
|
ifeq ($(BIG_STACK), 1)
|
||||||
LDFLAGS += -T gx/ld/rvl.ld
|
LDFLAGS += -T gx/ld/rvl.ld
|
||||||
endif
|
endif
|
||||||
LIBS := -lfat $(WHOLE_START) -lretro_wii $(WHOLE_END) $(LIBOGC_LIB) $(LDFLAGS_WIIUSE) -lbte
|
LIBS := -lfat $(WHOLE_START) -lretro_wii $(WHOLE_END) -logc -lwiiuse -lbte
|
||||||
APP_BOOTER_DIR = wii/app_booter
|
APP_BOOTER_DIR = wii/app_booter
|
||||||
|
|
||||||
OBJ = griffin/griffin.o $(APP_BOOTER_DIR)/app_booter.binobj
|
OBJ = griffin/griffin.o $(APP_BOOTER_DIR)/app_booter.binobj
|
||||||
|
Loading…
x
Reference in New Issue
Block a user