aboutsummaryrefslogtreecommitdiffstats
path: root/package
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 /package
parent0be8dd36dcb81e1395a43563aa89f55ab18873dd (diff)
downloadupstream-03531f565a0db6024754b48c2fd1790b35d24f64.tar.gz
upstream-03531f565a0db6024754b48c2fd1790b35d24f64.tar.bz2
upstream-03531f565a0db6024754b48c2fd1790b35d24f64.zip
px5g: disable assembler functions, fixes compile errors with mips16
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36601
Diffstat (limited to 'package')
-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 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).