summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-05-09 23:49:03 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-05-09 23:49:03 +0000
commit9d4921e3d71c463a01d99e3af6e494ac78f60475 (patch)
tree940ba0d870587298a64f50595f22e88c68e4acd8
parentc37d8e6851f31a3b2919db6ad854d0888cc31f34 (diff)
px5g: disable assembler functions, fixes compile errors with mips16
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36601 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/px5g/src/polarssl/config.h2
1 files changed, 1 insertions, 1 deletions
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).