summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39d8ddc..99badc1 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ ifeq ($(findstring -riscos,$(HOST)),-riscos)
POST_TARGETS := $(realoutput) $(POST_TARGETS)
ELF2AIF_FLAGS :=
- ifeq ($(HOST),arm-riscos-gnueabihf)
+ ifeq ($(findstring -gnueabi,$(HOST)),-gnueabi)
ELF2AIF_FLAGS := -e $(ELF2AIF_FLAGS)
endif