X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=de10e4c1a932e7ffb83c5eb8878534ab87bba70a;hp=5e7ffbca37a2b93ff4cf86f693961ebec1b1cfe5;hb=33716956638b56f994b9aadbd70c9c2265acf048;hpb=08cfd5e5b3027af766dab3916747c0fc9ae47d7d diff --git a/Makefile b/Makefile index 5e7ffbca..de10e4c1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LD = $(CROSS_COMPILE)ld ARCH = $(shell $(CC) -v 2>&1 | grep -i 'target:' | awk '{print $$2}' | awk -F '-' '{print $$1}') CFLAGS += -ggdb -Ifrontend -LDFLAGS += -lz -lpthread -ldl -lpng +LDFLAGS += -lz -lpthread -ldl -lpng -lbz2 ifeq "$(ARCH)" "arm" CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp -ffast-math ASFLAGS += -mcpu=cortex-a8 -mfpu=neon