This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/44001] .o vs. obj => @OBJEXT@ and $ac_objext



------- Comment #3 from gingold at gcc dot gnu dot org  2010-09-08 07:27 -------
Subject: Bug 44001

Author: gingold
Date: Wed Sep  8 07:27:11 2010
New Revision: 163989

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163989
Log:
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.


Modified:
    trunk/libiberty/ChangeLog
    trunk/libiberty/Makefile.in
    trunk/libiberty/configure
    trunk/libiberty/configure.ac
    trunk/libiberty/maint-tool


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44001


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]