This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch: AC_SUBST(*_FOR_TARGET)
Paolo Bonzini <paolo.bonzini@lu.unisi.ch> writes:
> If you want, you may add a single AC_SUBST to GCC_TARGET_TOOL for
> clarity.
Ok, I'm checking this in.
- a
2006-12-21 Adam Megacz <megacz@cs.berkeley.edu>
* config/acx.m4 (GCC_TARGET_TOOL): add AC_SUBST($2).
* configure: Regenerate.
Index: config/acx.m4
===================================================================
--- config/acx.m4 (revision 120085)
+++ config/acx.m4 (working copy)
@@ -488,4 +488,5 @@
# We need a cross tool
AC_MSG_RESULT(pre-installed)
fi
-fi])
+fi
+AC_SUBST($2)])