Browse Source

px5g-standalone: disable long long to fix compiler errors on mips64

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

SVN-Revision: 41375
Felix Fietkau 11 years ago
parent
commit
20de772cea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/utils/px5g-standalone/src/polarssl/config.h

+ 1 - 1
package/utils/px5g-standalone/src/polarssl/config.h

@@ -57,8 +57,8 @@
 
 /*
  * Uncomment if the compiler supports long long.
- */
 #define POLARSSL_HAVE_LONGLONG
+ */
 
 
 /*