diff options
Diffstat (limited to 'apps/plugins/doom/doom.make')
-rw-r--r-- | apps/plugins/doom/doom.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/doom.make b/apps/plugins/doom/doom.make index 2f52da4a4e..58a4708819 100644 --- a/apps/plugins/doom/doom.make +++ b/apps/plugins/doom/doom.make | |||
@@ -21,7 +21,7 @@ OTHER_SRC += $(DOOM_SRC) | |||
21 | 21 | ||
22 | DOOMCFLAGS = $(PLUGINFLAGS) -Wno-strict-prototypes -O2 -fno-strict-aliasing | 22 | DOOMCFLAGS = $(PLUGINFLAGS) -Wno-strict-prototypes -O2 -fno-strict-aliasing |
23 | 23 | ||
24 | ifndef SIMVER | 24 | ifndef APP_TYPE |
25 | ifeq ($(TARGET), IRIVER_H100) | 25 | ifeq ($(TARGET), IRIVER_H100) |
26 | DOOMCCFLAGS += -mstructure-size-boundary=8 | 26 | DOOMCCFLAGS += -mstructure-size-boundary=8 |
27 | endif | 27 | endif |