px5g-standalone: disable long long to fix compiler errors on mips64
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Jun 2014 11:03:46 +0000 (11:03 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Jun 2014 11:03:46 +0000 (11:03 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41375 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index ad3f9a7..79cd3db 100644 (file)
@@ -57,8 +57,8 @@
 
 /*
  * Uncomment if the compiler supports long long.
- */
 #define POLARSSL_HAVE_LONGLONG
+ */
 
 
 /*