aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4>2017-07-13 22:48:48 +0000
committerctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4>2017-07-13 22:48:48 +0000
commitf9b71af988e10f0cfccbfabfaf4bd4d27f52e6f0 (patch)
treea3a1a5e96b338ebe7901e00d811d1b5c50f630b0
parenteeeb82611f9afa665a565b51d6833bd2fd63eede (diff)
Disable gcc linker PIE support with copy reloc.google/gcc-4_9-mobile
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/google/gcc-4_9-mobile@250190 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 436278b81a7..f1f52ff2a1d 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -27053,6 +27053,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