contrib/package/cyassl-luci: inline asm, -fpic and x86 don't work well together
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 15 Jun 2009 16:06:44 +0000 (16:06 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 15 Jun 2009 16:06:44 +0000 (16:06 +0000)
contrib/package/cyassl-luci/Makefile

index d782f8e..53b319b 100644 (file)
@@ -37,7 +37,7 @@ define Package/libcyassl-luci/description
        CyaSSL is an SSL library optimized for small footprint, both on disk and for memory use.
 endef
 
        CyaSSL is an SSL library optimized for small footprint, both on disk and for memory use.
 endef
 
-TARGET_CFLAGS += $(FPIC)
+TARGET_CFLAGS += $(FPIC) -DTFM_NO_ASM
 
 CONFIGURE_ARGS += --without-zlib --enable-fastmath
 
 
 CONFIGURE_ARGS += --without-zlib --enable-fastmath