diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-16 19:26:27 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-16 19:26:27 +0000 |
commit | 392765bf8d611c30e50e135893fb61bfad198d42 (patch) | |
tree | 9f230992e82a7306cf3fd6589e1d1f6b057695ec /gcc/configure.ac | |
parent | 7614fd2824b7c7479f4f03fabbd2f8d04abbd057 (diff) | |
download | gcc-392765bf8d611c30e50e135893fb61bfad198d42.zip gcc-392765bf8d611c30e50e135893fb61bfad198d42.tar.gz gcc-392765bf8d611c30e50e135893fb61bfad198d42.tar.bz2 |
configure.ac: Replace _GCC_TOPLEV_NONCANONICAL_TARGET with ACX_NONCANONICAL_TARGET...
* configure.ac: Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
ACX_NONCANONICAL_TARGET; remove now-unneeded AC_SUBST.
* configure: Regenerate.
From-SVN: r86073
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index 83416f2..4ebac6e 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -36,7 +36,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET # Determine the noncanonical target name, for directory use. -_GCC_TOPLEV_NONCANONICAL_TARGET +ACX_NONCANONICAL_TARGET # Determine the target- and build-specific subdirectories GCC_TOPLEV_SUBDIRS @@ -3199,7 +3199,6 @@ AC_SUBST(tm_p_include_list) AC_SUBST(xm_file_list) AC_SUBST(xm_include_list) AC_SUBST(xm_defines) -AC_SUBST(target_noncanonical) AC_SUBST(c_target_objs) AC_SUBST(cxx_target_objs) AC_SUBST(target_cpu_default) |