platforms/miyoo: Use small translation cache
As this platform only has 32MB RAM.
This commit is contained in:
parent
e554360dd3
commit
20c09d773c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -478,6 +478,7 @@ else ifeq ($(platform), miyoo)
|
||||||
SHARED := -shared -nostdlib -Wl,--version-script=link.T
|
SHARED := -shared -nostdlib -Wl,--version-script=link.T
|
||||||
fpic := -fPIC -DPIC
|
fpic := -fPIC -DPIC
|
||||||
CFLAGS += -fomit-frame-pointer -ffast-math -march=armv5te -mtune=arm926ej-s
|
CFLAGS += -fomit-frame-pointer -ffast-math -march=armv5te -mtune=arm926ej-s
|
||||||
|
CFLAGS += -DSMALL_TRANSLATION_CACHE
|
||||||
HAVE_DYNAREC := 1
|
HAVE_DYNAREC := 1
|
||||||
CPU_ARCH := arm
|
CPU_ARCH := arm
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue