summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-04 23:53:24 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2014-12-04 23:53:24 +0000
commit8271b807e1fcab7b30b3d807b6d6c1c9caa0a26c (patch)
treee29b82353018131e5398d89b264f2b9deb54806a /gcc/configure
parent6d6bdc289851f7c10ecc3bf66301caf4983dd30e (diff)
downloadgcc-8271b807e1fcab7b30b3d807b6d6c1c9caa0a26c.tar.gz
Always define HAVE_LD_PIE_COPYRELOC
PR bootstrap/64189 * configure.ac (HAVE_LD_PIE_COPYRELOC): Always define. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218408 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index 811f05dc78a..b589a2a4806 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -27063,12 +27063,12 @@ EOF
;;
esac
fi
+fi
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
-fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_ld_pie_copyreloc" >&5
$as_echo "$gcc_cv_ld_pie_copyreloc" >&6; }