From f1e2293328d5195b9e953c00837c431a0c9b6982 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 28 Apr 2013 18:47:09 +0200 Subject: [PATCH] (Wii) Improve overriding of libogc.a a bit --- Makefile.wii | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.wii b/Makefile.wii index 44a5503d6f..17ccebeb4d 100644 --- a/Makefile.wii +++ b/Makefile.wii @@ -36,12 +36,11 @@ INCLUDE := -I. -I$(DEVKITPRO)/libogc/include -I$(DEVKITPRO)/libogc/include/ogc LIBDIRS := -L$(DEVKITPRO)/libogc/lib/wii -L. ifeq ($(CUSTOM_LIBOGC), 1) -LIBOGC_LIB := -lminiogc CFLAGS += -DHAVE_MINIOGC -else -LIBOGC_LIB := -logc endif +LIBOGC_LIB := -logc + MACHDEP := -DGEKKO -DHW_RVL -mrvl -mcpu=750 -meabi -mhard-float CFLAGS += -Wall -std=gnu99 $(MACHDEP) $(INCLUDE) ifeq ($(WHOLE_ARCHIVE_LINK), 1)