summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-16 19:26:27 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-16 19:26:27 +0000
commitdabbc00f918e8d40d968d8b3d3df158ca7c471b5 (patch)
tree9f230992e82a7306cf3fd6589e1d1f6b057695ec /gcc/configure.ac
parentf3616f69fb7b53d9d8fc66a84db99c27e359ab25 (diff)
downloadgcc-dabbc00f918e8d40d968d8b3d3df158ca7c471b5.tar.gz
* configure.ac: Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
ACX_NONCANONICAL_TARGET; remove now-unneeded AC_SUBST. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86073 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 83416f2c3ea..4ebac6e4c14 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)