Rabin, Queued for crash-7.1.2: https://github.com/crash-utility/crash/commit/9a3cef83420c56d0898c450d58be091c2d808f16 Thanks, Dave ----- Original Message ----- > 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 > > -- > Crash-utility mailing list > Crash-utility@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/crash-utility > -- Crash-utility mailing list Crash-utility@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/crash-utility