]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure.ac: Add libelf to host_libs.
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 16 Nov 2009 18:31:10 +0000 (18:31 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Mon, 16 Nov 2009 18:31:10 +0000 (18:31 +0000)
commitf61428ed3c6921fb19b70d103d32ba072f6dadcd
treea7923af2e7f88935be83360231ca44e69183edb3
parentf6c56be6ce4fd2ab07463e5a226a935eae3e1f18
configure.ac: Add libelf to host_libs.

* configure.ac: Add libelf to host_libs.  Enable in-tree configury
of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
Fix portability of test of C++ as bootstrap language.  Add
ppl/src/ppl-config.o to the bootstrap compare exclusion list.
* configure: Rebuild.
* Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
and cloog.  Fix in-tree ppl configuration.  Introduce libelf
in-tree building.
* Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
(POSTSTAGE1_HOST_EXPORTS): Use it.
(STAGE[+id+]_CXXFLAGS): New.
(BASE_FLAGS_TO_PASS): Pass it down.
(configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
extra_exports.
(all-stage[+id+]-[+prefix+][+module+]): Likewise.
(configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
extra_exports.
* Makefile.in: Rebuild.

From-SVN: r154211
ChangeLog
Makefile.def
Makefile.in
Makefile.tpl
configure
configure.ac