Merge pull request #2827 from mruby-debian/fix-upstream

Fix build on MIPS of linux
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-06-06 19:57:30 +09:00
+1 -1
View File
@@ -90,7 +90,7 @@ fmt_u(uint32_t x, char *s)
typedef char compiler_defines_long_double_incorrectly[9-(int)sizeof(long double)];
#endif
#if defined(__CYGWIN32__) || defined(__NetBSD__) || defined(mips)
#if (defined(__CYGWIN32__) || defined(__NetBSD__) || defined(mips)) && !defined(__linux__)
static long double
frexpl (long double x, int *eptr)
{