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 SDLFLAGS = -I$(SDL_SRCDIR)/include $(filter-out -O%,$(PLUGINFLAGS)) \ -O3 -Wno-unused-parameter -Xpreprocessor -Wno-undef -Wcast-align -w +ifeq ($(ARCH_VERSION),6) + SDLFLAGS += -mfloat-abi=softfp +endif + ifndef APP_TYPE ### no target has a big enough plugin buffer ROCKS += $(SDL_OBJDIR)/duke3d.ovl