projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0be8dd3
)
px5g: disable assembler functions, fixes compile errors with mips16
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 9 May 2013 23:49:03 +0000
(23:49 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 9 May 2013 23:49:03 +0000
(23:49 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36601
package/px5g/src/polarssl/config.h
patch
|
blob
|
history
diff --git
a/package/px5g/src/polarssl/config.h
b/package/px5g/src/polarssl/config.h
index 6463e5219fdde475dd2218299a29cdf5154c8248..ad3f9a7f395ec8a1fb3278279dc28150f106711f 100644
(file)
--- 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).