aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/config.in')
-rw-r--r--gcc-4.9/gcc/config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/config.in b/gcc-4.9/gcc/config.in
index 8527ea7d7..7883eb362 100644
--- a/gcc-4.9/gcc/config.in
+++ b/gcc-4.9/gcc/config.in
@@ -1223,6 +1223,12 @@
#endif
+/* Define if isl_schedule_constraints_compute_schedule exists. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE
+#endif
+
+
/* Define to 1 if you have the `kill' function. */
#ifndef USED_FOR_TARGET
#undef HAVE_KILL
@@ -1327,6 +1333,12 @@
#endif
+/* Define 0/1 if your linker supports -pie option with copy reloc. */
+#ifndef USED_FOR_TARGET
+#undef HAVE_LD_PIE_COPYRELOC
+#endif
+
+
/* Define if your linker links a mix of read-only and read-write sections into
a read-write section. */
#ifndef USED_FOR_TARGET