]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.ac
configure.ac (HAVE_LD_BUILDID): New check for ld --build-id support.
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Fri, 1 May 2009 00:19:24 +0000 (17:19 -0700)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 1 May 2009 00:19:24 +0000 (00:19 +0000)
commitcd5336897ef7e5c7ec137838308ccdcac458b8c3
treebc6a0299750d5af207ceb8cfc2dd5ed3e2f0d9dc
parent76547252330a60b9a97c1afa84effc701a0ec6db
configure.ac (HAVE_LD_BUILDID): New check for ld --build-id support.

* configure.ac (HAVE_LD_BUILDID): New check for ld --build-id
support.
(ENABLE_LD_BUILDID): New configuration option.
* gcc.c [HAVE_LD_BUILDID and ENABLE_LD_BUILDID]
(LINK_BUILDID_SPEC): New macro.
(init_spec): If defined, prepend it between LINK_EH_SPEC and
link_spec.
* doc/install.texi: Document --enable-linker-build-id option.
* configure: Rebuild.
* config.in: Rebuild.

Co-Authored-By: Roland McGrath <roland@redhat.com>
From-SVN: r147029
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/gcc.c