[Crash-utility] [PATCH] extensions: use -m32 for target=MIPS build of eppic

Rabin Vincent rabin.vincent at axis.com
Sat Jul 4 20:10:09 UTC 2015


Force -m32 in eppic.mk, similiar to how it's already done for ARM and
X86.
---
 extensions/eppic.mk |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/extensions/eppic.mk b/extensions/eppic.mk
index 7421ebc..de3ff4f 100644
--- a/extensions/eppic.mk
+++ b/extensions/eppic.mk
@@ -16,6 +16,9 @@ endif
 ifeq ($(TARGET), ARM)
         TARGET_FLAGS += -m32
 endif
+ifeq ($(TARGET), MIPS)
+        TARGET_FLAGS += -m32
+endif
 ifeq ($(TARGET), X86)
         TARGET_FLAGS += -m32
 endif
-- 
1.7.10.4




More information about the Crash-utility mailing list