aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/defaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/defaults.h')
-rw-r--r--gcc-4.4.3/gcc/defaults.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc-4.4.3/gcc/defaults.h b/gcc-4.4.3/gcc/defaults.h
index 349c1f7a4..0004f18f4 100644
--- a/gcc-4.4.3/gcc/defaults.h
+++ b/gcc-4.4.3/gcc/defaults.h
@@ -823,6 +823,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define TARGET_HAS_SINCOS 0
#endif
+/* Determin whether the target runtime library is Bionic */
+#ifndef TARGET_HAS_BIONIC
+#define TARGET_HAS_BIONIC 0
+#endif
+
/* Indicate that CLZ and CTZ are undefined at zero. */
#ifndef CLZ_DEFINED_VALUE_AT_ZERO
#define CLZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) 0