]> git.ipfire.org Git - thirdparty/gcc.git/commit
Alan Modra <amodra.bigpond.net.au>
authorPaolo Bonzini <bonzini@gnu.org>
Thu, 16 Jun 2005 12:49:06 +0000 (12:49 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Thu, 16 Jun 2005 12:49:06 +0000 (12:49 +0000)
commit9f18db39e6bdfba98347725bd8376365ac5817e9
tree259f401a4d80b42ecd004c9a617f7771758b5f4c
parent72095b64e2a0d164f662f9d1c0921baf1aa0edf9
Alan Modra <amodra.bigpond.net.au>

2005-06-16  Paolo Bonzini  <bonzini@gnu.org>
            Daniel Jacobowitz  <dan@codesourcery.com>
    Alan Modra <amodra.bigpond.net.au>

        * configure.ac (gcc_version): Set near the beginning.
        (as, ld, nm): Do not link in-tree tools.  Set gcc_cv_* if tools are
        found in the tree.  Use gcc_AC_PROG to find the tools in the system.
        (objdump): Do not look for it.
        * Makefile.in (NM_FOR_TARGET): Point to ./nm.
        (ORIGINAL_AS_FOR_TARGET, ORIGINAL_LD_FOR_TARGET,
        ORIGINAL_NM_FOR_TARGET): Substitute from autoconf.
        (as, ld, nm): New rules.
        (libgcc.mk): Depend on them.
        * aclocal.m4 (gcc_AC_TOOL_DIRS, gcc_AC_CHECK_TOOL,
        gcc_AC_BUILD_EXEEXT): New.
        (gcc_AC_CHECK_PROG_VER): Use gcc_AC_BUILD_EXEEXT.
        * configure: Regenerate.

Co-Authored-By: Daniel Jacobowitz <dan@codesourcery.com>
From-SVN: r101084
gcc/ChangeLog
gcc/Makefile.in
gcc/aclocal.m4
gcc/configure
gcc/configure.ac