X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.pandora;h=ad56ca2bb46c98eb915c454f808e73ee3cbfe6d5;hp=f35047e2b71232ef46c75c4207d835d55cd9fff4;hb=0d6a66c2a80f50ae51327cd406f9df14d99ad02e;hpb=ebde7d27f12cb4e1002670fd481076fb9ba509ff;ds=sidebyside diff --git a/Makefile.pandora b/Makefile.pandora index f35047e..ad56ca2 100644 --- a/Makefile.pandora +++ b/Makefile.pandora @@ -2,7 +2,8 @@ CC = $(CROSS_COMPILE)gcc AS = $(CROSS_COMPILE)as STRIP = $(CROSS_COMPILE)strip -TFLAGS = -Winline -Izlib -DLSB_FIRST -DUNIX -DPSS_STYLE=1 -DHAVE_ASPRINTF -DZLIB -DFRAMESKIP -D_REENTRANT +TFLAGS += -Winline -Izlib -DLSB_FIRST -DUNIX -DPSS_STYLE=1 -DHAVE_ASPRINTF -DZLIB -DFRAMESKIP -D_REENTRANT +TFLAGS += -Wno-pointer-sign RM = rm -f A = drivers/arm/ C = drivers/common/