This is the mail archive of the gcc-patches@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]

patch: AC_SUBST(*_FOR_TARGET)


Ok to commit?

  - a

2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>

        * configure.in: add AC_SUBST for *_FOR_TARGET.
        * configure: Regenerate.

Index: configure.in
===================================================================
--- configure.in        (revision 120005)
+++ configure.in        (working copy)
@@ -2345,6 +2345,14 @@
 GCC_TARGET_TOOL(strip, STRIP_FOR_TARGET, STRIP, [binutils/strip])
 GCC_TARGET_TOOL(windres, WINDRES_FOR_TARGET, WINDRES, [binutils/windres])
 
+AC_SUBST(LD_FOR_TARGET)
+AC_SUBST(LIPO_FOR_TARGET)
+AC_SUBST(NM_FOR_TARGET)
+AC_SUBST(OBJDUMP_FOR_TARGET)
+AC_SUBST(RANLIB_FOR_TARGET)
+AC_SUBST(STRIP_FOR_TARGET)
+AC_SUBST(WINDRES_FOR_TARGET)
+
 AC_SUBST(FLAGS_FOR_TARGET)
 AC_SUBST(RAW_CXX_FOR_TARGET)
 


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