From: nbd Date: Thu, 9 May 2013 23:49:03 +0000 (+0000) Subject: px5g: disable assembler functions, fixes compile errors with mips16 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9d4921e3d71c463a01d99e3af6e494ac78f60475;p=openwrt.git 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 --- 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).