summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-09 23:49:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-09 23:49:03 +0000
commit03531f565a0db6024754b48c2fd1790b35d24f64 (patch)
treec764081c5c5d9140dcb09512e69d0dbcd96ed918
parent0be8dd36dcb81e1395a43563aa89f55ab18873dd (diff)
downloadmtk-20170518-03531f565a0db6024754b48c2fd1790b35d24f64.zip
mtk-20170518-03531f565a0db6024754b48c2fd1790b35d24f64.tar.gz
mtk-20170518-03531f565a0db6024754b48c2fd1790b35d24f64.tar.bz2
px5g: disable assembler functions, fixes compile errors with mips16
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36601
-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 6463e52..ad3f9a7 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).