X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fmupen64plus-core%2Fprojects%2Funix%2FMakefile;fp=source%2Fmupen64plus-core%2Fprojects%2Funix%2FMakefile;h=3fc82e3c0f112508799dcdea5cf2875ca9a140f1;hb=a40a7e6a4029057af19eaac5b2406fa282b12edb;hp=b3b19b66eccceb536b2556279eec4f983115d2b8;hpb=afa31bdd9fd8ce01447275c48e2c1e73649e8343;p=mupen64plus-pandora.git diff --git a/source/mupen64plus-core/projects/unix/Makefile b/source/mupen64plus-core/projects/unix/Makefile index b3b19b6..3fc82e3 100755 --- a/source/mupen64plus-core/projects/unix/Makefile +++ b/source/mupen64plus-core/projects/unix/Makefile @@ -94,6 +94,7 @@ ifneq ("$(filter arm%,$(HOST_CPU))","") CPU := ARM ARCH_DETECTED := 32BITS PIC ?= 1 + OSD ?= 0 NEW_DYNAREC := 1 CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char $(warning Architecture "$(HOST_CPU)" not officially supported.')