X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fmupen64plus-rsp-hle%2Fprojects%2Funix%2FMakefile;fp=source%2Fmupen64plus-rsp-hle%2Fprojects%2Funix%2FMakefile;h=d9ac17b533a48696bbd359dd9ba15701cfc27c72;hb=0a8a0368662b34eac6f2f01d708415e81b81bd88;hp=03a1aaabd1cccd1fe84784c423f3fff7bbf79415;hpb=7b232824d043e2cc90e94d40b6b0a7df4b3d5692;p=mupen64plus-pandora.git diff --git a/source/mupen64plus-rsp-hle/projects/unix/Makefile b/source/mupen64plus-rsp-hle/projects/unix/Makefile index 03a1aaa..d9ac17b 100755 --- a/source/mupen64plus-rsp-hle/projects/unix/Makefile +++ b/source/mupen64plus-rsp-hle/projects/unix/Makefile @@ -108,7 +108,7 @@ ifneq ("$(filter arm%,$(HOST_CPU))","") CPU := ARM ARCH_DETECTED := 32BITS PIC ?= 1 - CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char + CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char -ftree-vectorize $(warning Architecture "$(HOST_CPU)" not officially supported.') endif endif @@ -235,10 +235,11 @@ SOURCE = \ $(SRCDIR)/alist.c \ $(SRCDIR)/cicx105.c \ $(SRCDIR)/jpeg.c \ - $(SRCDIR)/ucode3.cpp \ - $(SRCDIR)/ucode2.cpp \ - $(SRCDIR)/ucode1.cpp \ - $(SRCDIR)/ucode3mp3.cpp + $(SRCDIR)/musyx.c \ + $(SRCDIR)/ucode3.c \ + $(SRCDIR)/ucode2.c \ + $(SRCDIR)/ucode1.c \ + $(SRCDIR)/ucode3mp3.c # generate a list of object files build, make a temporary directory for them OBJECTS := $(patsubst $(SRCDIR)/%.c, $(OBJDIR)/%.o, $(filter %.c, $(SOURCE)))