aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4>2017-07-13 22:52:04 +0000
committerctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4>2017-07-13 22:52:04 +0000
commitfb8d2cef2f53f1bb0e557fec08c5ffba70b5da61 (patch)
tree4a64cf82d2cb4c5bfd2e3ae61d2130a9b48d8017
parentb11e64f17fb6234ecd71bdd5d2164aa79bf42320 (diff)
Disable gcc linker PIE support with copy relocgoogle/gcc-4_9
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/google/gcc-4_9@250191 138bc75d-0d04-0410-961f-82ee72b054a4
-rwxr-xr-xgcc/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure
index ea0e2dcb607..c0bdd66e11d 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -27140,6 +27140,8 @@ EOF
fi
fi
+# Disable gcc linker PIE support with copy reloc
+gcc_cv_ld_pie_copyreloc=no
cat >>confdefs.h <<_ACEOF
#define HAVE_LD_PIE_COPYRELOC `if test x"$gcc_cv_ld_pie_copyreloc" = xyes; then echo 1; else echo 0; fi`
_ACEOF