mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-22 14:37:38 -04:00
duke3d: use hardware FPU if available
Change-Id: Idd9fad7bc0604a553c282a0f8c663ad44030ecac
This commit is contained in:
parent
6a843ca2b2
commit
78db1d9502
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ OTHER_INC += -I$(SDL_SRCDIR)/include
|
||||||
SDLFLAGS = -I$(SDL_SRCDIR)/include $(filter-out -O%,$(PLUGINFLAGS)) \
|
SDLFLAGS = -I$(SDL_SRCDIR)/include $(filter-out -O%,$(PLUGINFLAGS)) \
|
||||||
-O3 -Wno-unused-parameter -Xpreprocessor -Wno-undef -Wcast-align -w
|
-O3 -Wno-unused-parameter -Xpreprocessor -Wno-undef -Wcast-align -w
|
||||||
|
|
||||||
|
ifeq ($(ARCH_VERSION),6)
|
||||||
|
SDLFLAGS += -mfloat-abi=softfp
|
||||||
|
endif
|
||||||
|
|
||||||
ifndef APP_TYPE
|
ifndef APP_TYPE
|
||||||
### no target has a big enough plugin buffer
|
### no target has a big enough plugin buffer
|
||||||
ROCKS += $(SDL_OBJDIR)/duke3d.ovl
|
ROCKS += $(SDL_OBJDIR)/duke3d.ovl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue