From d23b92389fa1476dfdd81db4778d615632c0edb8 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 6 Nov 2012 23:03:59 +0100 Subject: Disable x86 asm in Hermes lib. --- sdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/Makefile b/sdk/Makefile index c54823c..f981243 100644 --- a/sdk/Makefile +++ b/sdk/Makefile @@ -243,7 +243,7 @@ $(SOURCEDIR)/ldg-$(VERSION_LDG).zip: # hermes bitmap lib $(BUILDSTEPS)/hermes.d: $(BUILDSTEPS)/builddir.d $(BUILDSTEPS)/hermes-src.d - cd $(BUILDDIR)/hermes/Hermes-$(VERSION_HERMES) && $(env) ./configure --prefix=$(GCCSDK_INSTALL_ENV) --target=$(TARGET) --host=$(TARGET) --disable-shared + cd $(BUILDDIR)/hermes/Hermes-$(VERSION_HERMES) && $(env) ./configure --prefix=$(GCCSDK_INSTALL_ENV) --target=$(TARGET) --host=$(TARGET) --disable-shared --disable-x86asm cd $(BUILDDIR)/hermes/Hermes-$(VERSION_HERMES) && $(env) make CFLAGS="-D__BIG_ENDIAN__" install touch $@ -- cgit v1.2.3