aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2017-07-13 22:48:48 +0000
committerCaroline Tice <cmtice@google.com>2017-07-13 22:48:48 +0000
commit01b648a397c1a2436eecea2ecb1dba23769d22e6 (patch)
treea3a1a5e96b338ebe7901e00d811d1b5c50f630b0
parent6811c63b41fa6686d64b884dafa7765929ad28f3 (diff)
Disable gcc linker PIE support with copy reloc.google/gcc-4_9-mobile
git-svn-id: https://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