re PR other/3725 (changed to configure.in's for autoconf 2.50)

2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>

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

From-SVN: r48064
This commit is contained in:
Craig Rodrigues 2001-12-16 07:21:17 +00:00
parent f28c857fc3
commit 66fe41af67
3 changed files with 8 additions and 0 deletions

View 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.

1
gcc/configure vendored
View File

@ -8132,6 +8132,7 @@ ${CONFIG_SHELL-/bin/sh} $srcdir/configure.frag $srcdir "$subdirs" "$dep_host_xma
# Echo that links are built

View 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)