summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/alpha/bits/mathdef.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-03-12 16:51:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-03-12 16:51:53 +0000
commitaa148d76e87a63863808529a6687d053adc5a46d (patch)
tree6f3bf357e536416125c1c09466614cbb91ba9cb2 /libc/sysdeps/linux/alpha/bits/mathdef.h
parentf12e73b50c47896faf4498a5085f9bfbd828a1c3 (diff)
downloaduClibc-alpine-aa148d76e87a63863808529a6687d053adc5a46d.tar.bz2
uClibc-alpine-aa148d76e87a63863808529a6687d053adc5a46d.tar.xz
honour NO_LONG_DOUBLE_MATH
This fixes compilation errors on hosts that turn off long double support for C99 like powerpc32.
Diffstat (limited to 'libc/sysdeps/linux/alpha/bits/mathdef.h')
-rw-r--r--libc/sysdeps/linux/alpha/bits/mathdef.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/bits/mathdef.h b/libc/sysdeps/linux/alpha/bits/mathdef.h
index cbfaf68e2..3b52ec7d5 100644
--- a/libc/sysdeps/linux/alpha/bits/mathdef.h
+++ b/libc/sysdeps/linux/alpha/bits/mathdef.h
@@ -78,3 +78,7 @@ typedef double double_t;
# endif /* GNUC before 3.4 */
#endif /* COMPLEX_H */
+
+#if !defined __NO_LONG_DOUBLE_MATH && !defined __UCLIBC_HAS_LONG_DOUBLE_MATH__
+# define __NO_LONG_DOUBLE_MATH 1
+#endif