Fix NM/AR propagation from toplevel for recursive makes.
authorJames E Wilson <wilson@specifixinc.com>
Tue, 13 Jul 2004 02:21:30 +0000 (02:21 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 13 Jul 2004 02:21:30 +0000 (19:21 -0700)
commitf6a874ac425769d67bd9a0a0cf66719d7ae1bef7
tree12fc7238632addf198d0d2797762a9de93153f28
parentd7ae4c28e00b8aeab7f0e67a96ec7ac342fbb9b2
Fix NM/AR propagation from toplevel for recursive makes.

* Makefile.in (AR): Use @AR@ not ar.
(NM): New.
(AR_FOR_TARGET): Use $(AR) not ar for native.
(NM_FOR_TARGET): Use $(NM) not nm for native.
* configure.ac: Add AC_CHECK_PROG calls for NM and AR.
* configure: Regenerate.

From-SVN: r84600
gcc/ChangeLog
gcc/Makefile.in
gcc/configure
gcc/configure.ac