]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/configure
re PR bootstrap/44001 (.o vs. obj => @OBJEXT@ and $ac_objext)
authorTristan Gingold <gingold@adacore.com>
Wed, 8 Sep 2010 07:27:11 +0000 (07:27 +0000)
committerTristan Gingold <gingold@gcc.gnu.org>
Wed, 8 Sep 2010 07:27:11 +0000 (07:27 +0000)
commit16f60fcbe4a61d31199ab4a0154b9fc83e61bcfe
tree12fc08c77d625f0ad48577efc3c22f822d6f34db
parent7370e0da63c435435889f8d752836a436ef476bf
re PR bootstrap/44001 (.o vs. obj => @OBJEXT@ and $ac_objext)

2010-09-08  Tristan Gingold  <gingold@adacore.com>

PR 44001
* maint-tool (missing): Fix pattern for object file.
(deps): Use $(objext) for object extension.
* Makefile.in (objext): New variable.
Replace all occurences of .o with .$(objext)
Regenerate with maint-deps
* configure.ac (pexecute): Set to the basename.
* configure: Regenerate.

From-SVN: r163989
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/configure
libiberty/configure.ac
libiberty/maint-tool