From 9d4921e3d71c463a01d99e3af6e494ac78f60475 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 9 May 2013 23:49:03 +0000 Subject: px5g: disable assembler functions, fixes compile errors with mips16 Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36601 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/px5g/src/polarssl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/px5g/src/polarssl/config.h b/package/px5g/src/polarssl/config.h index 6463e5219..ad3f9a7f3 100644 --- a/package/px5g/src/polarssl/config.h +++ b/package/px5g/src/polarssl/config.h @@ -64,7 +64,7 @@ /* * Uncomment to enable the use of assembly code. */ -#define POLARSSL_HAVE_ASM +/* #define POLARSSL_HAVE_ASM */ /* * Uncomment if the CPU supports SSE2 (IA-32 specific). -- cgit v1.2.3