From 93874bba834365532e9e4f430e2240b63af760ac Mon Sep 17 00:00:00 2001 From: Themaister Date: Wed, 14 Dec 2011 00:41:06 +0100 Subject: [PATCH] Fixup makefile. --- Makefile.xenon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.xenon b/Makefile.xenon index 51a59612e4..63f78fa875 100644 --- a/Makefile.xenon +++ b/Makefile.xenon @@ -22,7 +22,7 @@ OBJ = fifo_buffer.o ssnes.o driver.o file.o settings.o message.o rewind.o movie. LIBS = -lsnes -lSDL -lxenon -lm -lc DEFINES = -std=gnu99 -DHAVE_CONFIGFILE=1 -DHAVE_SDL=1 -DPACKAGE_VERSION=\"0.9.3\" -DHAVE_GETOPT_LONG=1 -Dmain=ssnes_main -DEFINES += -mno-altivec -mhard-float -m32 -mpowerpc64 -mcpu=cell -mtune=cell -fno-pic -g -Wall -DSDL -DXENON $(INCDIRS) +DEFINES += -maltivec -mhard-float -m32 -mpowerpc64 -mcpu=cell -mtune=cell -fno-pic -g -Wall -DSDL -DXENON $(INCDIRS) DEFINES += -u read -u _start -u exc_base ifeq ($(DEBUG), 1)