diff options
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rwxr-xr-x | gcc/configure | 1 | ||||
| -rw-r--r-- | gcc/configure.in | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 51f4c52..d3e8d1c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/configure b/gcc/configure index 2b195a8..0e383a5 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 diff --git a/gcc/configure.in b/gcc/configure.in index 763fc16..a456bcf 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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) |
