summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/sdl/sdl.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/sdl/sdl.make b/apps/plugins/sdl/sdl.make
index 663bc564f3..98346389fc 100644
--- a/apps/plugins/sdl/sdl.make
+++ b/apps/plugins/sdl/sdl.make
@@ -25,6 +25,10 @@ OTHER_INC += -I$(SDL_SRCDIR)/include
25SDLFLAGS = -I$(SDL_SRCDIR)/include $(filter-out -O%,$(PLUGINFLAGS)) \ 25SDLFLAGS = -I$(SDL_SRCDIR)/include $(filter-out -O%,$(PLUGINFLAGS)) \
26-O3 -Wno-unused-parameter -Xpreprocessor -Wno-undef -Wcast-align -w 26-O3 -Wno-unused-parameter -Xpreprocessor -Wno-undef -Wcast-align -w
27 27
28ifeq ($(ARCH_VERSION),6)
29 SDLFLAGS += -mfloat-abi=softfp
30endif
31
28ifndef APP_TYPE 32ifndef APP_TYPE
29 ### no target has a big enough plugin buffer 33 ### no target has a big enough plugin buffer
30 ROCKS += $(SDL_OBJDIR)/duke3d.ovl 34 ROCKS += $(SDL_OBJDIR)/duke3d.ovl