X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.gp2x;h=1d4922085a78261fbfb5fc6ff016b9a9febffee8;hp=eb80b17828bb5b13faebce9b7168184d7b9cbaa1;hb=b054fd778fa1b8b16862bb0c9961067f30fdd608;hpb=d0f72c9ab3d6acf18f236970c1c359fafa3e1ce7 diff --git a/Makefile.gp2x b/Makefile.gp2x index eb80b17..1d49220 100644 --- a/Makefile.gp2x +++ b/Makefile.gp2x @@ -11,7 +11,7 @@ TFLAGS += -ggdb LDRIVER += -ggdb NOSTRIP = 1 else -TFLAGS += -ftracer -fstrength-reduce -funroll-loops -fomit-frame-pointer -fstrict-aliasing -ffast-math +TFLAGS += -ftracer -fstrength-reduce -fomit-frame-pointer -fstrict-aliasing -ffast-math # -funroll-loops TFLAGS += -O3 #-pg -fno-omit-frame-pointer LDRIVER += -O3 #-pg -fno-omit-frame-pointer endif @@ -30,7 +30,8 @@ include zlib/Makefile OBJDRIVER = ${B}minimal.o ${B}cpuctrl.o ${B}squidgehack.o ${B}asmutils.o ${B}gp2x.o ${B}main.o ${B}throttle.o \ ${B}unix-netplay.o ${B}gp2x-sound.o ${B}gp2x-video.o ${B}usbjoy.o ${B}menu.o ${B}fonts.o ${B}readpng.o \ - drivers/common/cheat.o drivers/common/config.o drivers/common/args.o drivers/common/vidblit.o ${UNZIPOBJS} ppu.o movie.o + drivers/common/cheat.o drivers/common/config.o drivers/common/args.o drivers/common/vidblit.o ${UNZIPOBJS} \ + ppu.o movie.o fceu098.o ppu098.o LDRIVER += -lm -lz -lpng -static -Wl,-Map=fceu.map ifeq ($(asm_6502),1) @@ -71,7 +72,7 @@ ${B}rev.h: FORCE include Makefile.common up: fceu - cp -v fceu /mnt/gp2x/mnt/sd/emus/gpfce/gpfce + cp -v fceu /mnt/gp2x/mnt/sd/emus/gpfce/gpfce.gpe # ----------- release ----------- ifneq ($(findstring rel,$(MAKECMDGOALS)),)