[git commit] tgmath.h: disable builtins

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:23 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=d1671548b968103f4df1b80659e60ae1fc5a67b3
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 include/tgmath.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/tgmath.h b/include/tgmath.h
index 94b3e01..036fef1 100644
--- a/include/tgmath.h
+++ b/include/tgmath.h
@@ -48,7 +48,7 @@
 
 /* 1 if 'type' is a floating type, 0 if 'type' is an integer type.
    Allows for _Bool.  Expands to an integer constant expression.  */
-# if __GNUC_PREREQ (3, 1)
+# if 0 /* __GNUC_PREREQ (3, 1) */
 #  define __floating_type(type) \
   (__builtin_classify_type ((type) 0) == 8 \
    || (__builtin_classify_type ((type) 0) == 9 \


More information about the uClibc-cvs mailing list