Commit 1be71446 by H.J. Lu Committed by H.J. Lu

Always define HAVE_LD_PIE_COPYRELOC

	PR bootstrap/64189
	* configure.ac (HAVE_LD_PIE_COPYRELOC): Always define.
	* configure: Regenerated.

From-SVN: r218408
parent b93c0722
2014-12-04 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/64189
* configure.ac (HAVE_LD_PIE_COPYRELOC): Always define.
* configure: Regenerated.
2014-12-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
* diagnostic.c (diagnostic_color_init): New.
......@@ -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; }
......
......@@ -4730,10 +4730,10 @@ EOF
;;
esac
fi
AC_DEFINE_UNQUOTED(HAVE_LD_PIE_COPYRELOC,
[`if test x"$gcc_cv_ld_pie_copyreloc" = xyes; then echo 1; else echo 0; fi`],
[Define 0/1 if your linker supports -pie option with copy reloc.])
fi
AC_DEFINE_UNQUOTED(HAVE_LD_PIE_COPYRELOC,
[`if test x"$gcc_cv_ld_pie_copyreloc" = xyes; then echo 1; else echo 0; fi`],
[Define 0/1 if your linker supports -pie option with copy reloc.])
AC_MSG_RESULT($gcc_cv_ld_pie_copyreloc)
AC_MSG_CHECKING(linker EH-compatible garbage collection of sections)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment