From: Felix Fietkau Date: Thu, 9 May 2013 23:49:03 +0000 (+0000) Subject: px5g: disable assembler functions, fixes compile errors with mips16 X-Git-Tag: reboot~10463 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=03531f565a0db6024754b48c2fd1790b35d24f64;p=openwrt%2Fstaging%2Fjogo.git px5g: disable assembler functions, fixes compile errors with mips16 Signed-off-by: Felix Fietkau SVN-Revision: 36601 --- 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).