re PR other/3725 (changed to configure.in's for autoconf 2.50)
authorCraig Rodrigues <rodrigc@gcc.gnu.org>
Sun, 16 Dec 2001 07:21:17 +0000 (07:21 +0000)
committerCraig Rodrigues <rodrigc@gcc.gnu.org>
Sun, 16 Dec 2001 07:21:17 +0000 (07:21 +0000)
2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>

        PR other/3725
        * configure.in: Add AC_SUBST(target_alias).
        * configure: Regenerated.

From-SVN: r48064

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 51f4c52..d3e8d1c 100644 (file)
@@ -1,3 +1,9 @@
+2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
+
+       PR other/3725
+       * configure.in: Add AC_SUBST(target_alias).
+       * configure: Regenerated.
+
 2001-12-15  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.md (sibcall_osf_1_er): New.
index 2b195a8..0e383a5 100755 (executable)
@@ -8134,6 +8134,7 @@ ${CONFIG_SHELL-/bin/sh} $srcdir/configure.frag $srcdir "$subdirs" "$dep_host_xma
 
 
 
+
 # Echo that links are built
 if test x$host = x$target
 then
index 763fc16..a456bcf 100644 (file)
@@ -2377,6 +2377,7 @@ AC_SUBST(tm_p_file_list)
 AC_SUBST(tm_p_file)
 AC_SUBST(xm_file)
 AC_SUBST(xm_defines)
+AC_SUBST(target_alias)
 AC_SUBST(c_target_objs)
 AC_SUBST(cxx_target_objs)
 AC_SUBST(target_cpu_default)