px5g: disable assembler functions, fixes compile errors with mips16
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 9 May 2013 23:49:03 +0000 (23:49 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 9 May 2013 23:49:03 +0000 (23:49 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36601 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/px5g/src/polarssl/config.h

index 6463e52..ad3f9a7 100644 (file)
@@ -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).