(Wii) compile salamander with correct link options

This commit is contained in:
Toad King 2012-08-05 20:52:15 -04:00
parent f9489dedcd
commit 8fd7ca74b1

View File

@ -22,7 +22,7 @@ LIBDIRS := -L$(DEVKITPRO)/libogc/lib/wii -L.
MACHDEP := -DGEKKO -DHW_RVL -mrvl -mcpu=750 -meabi -mhard-float
CFLAGS += -Wall -std=gnu99 $(MACHDEP) $(INCLUDE)
LDFLAGS := $(MACHDEP)
LDFLAGS := $(MACHDEP) -Wl,-Map,$(notdir $@).map,--section-start,.init=0x81200000
LIBS := -lfat -lretro_wii -lwiiuse -logc -lbte
OBJ = wii/salamander/main.o console/rarch_console_exec.o console/rarch_console_libretro_mgmt.o file_path.o compat/compat.o conf/config_file.o console/exec/dol.o