From 03531f565a0db6024754b48c2fd1790b35d24f64 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 9 May 2013 23:49:03 +0000 Subject: px5g: disable assembler functions, fixes compile errors with mips16 Signed-off-by: Felix Fietkau SVN-Revision: 36601 --- package/px5g/src/polarssl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/px5g/src/polarssl/config.h b/package/px5g/src/polarssl/config.h index 6463e5219f..ad3f9a7f39 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