Просмотр исходного кода

px5g: disable assembler functions, fixes compile errors with mips16

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 36601
Felix Fietkau 12 лет назад
Родитель
Сommit
03531f565a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/px5g/src/polarssl/config.h

+ 1 - 1
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).