X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2FMakefile;h=08bf0ee6af839b42210e93043f73a9bb92f9cfd8;hp=93839d23883b9216e1e28c5cbc6f4cb37f1035fa;hb=ed0fd81dfdb63fe5941b9010ace353719168d3ae;hpb=62d7fa9555924ab8e152b546711d27add640b102 diff --git a/plugins/gpu_neon/Makefile b/plugins/gpu_neon/Makefile index 93839d23..08bf0ee6 100644 --- a/plugins/gpu_neon/Makefile +++ b/plugins/gpu_neon/Makefile @@ -1,18 +1,6 @@ -CC = $(CROSS_COMPILE)gcc +CFLAGS += -ggdb -Wall -O2 -DNDEBUG -ARCH = $(shell $(CC) -v 2>&1 | grep -i 'target:' | awk '{print $$2}' | awk -F '-' '{print $$1}') - -HAVE_NEON = $(shell $(CC) -E -dD $(CFLAGS_) ../gpulib/gpu.h | grep -q '__ARM_NEON__ 1' && echo 1) - -# FIXME: rework NEON detection to get rid of this -ifeq "$(ARCH)" "arm" - ARM_CORTEXA8 ?= 1 - ifeq "$(ARM_CORTEXA8)" "1" - CFLAGS_ += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp - endif -endif - -CFLAGS += -ggdb -Wall -fPIC -O2 +include ../../config.mak SRC += psx_gpu_if.c