Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/aclocal.m4')
-rw-r--r--newlib/aclocal.m48
1 files changed, 1 insertions, 7 deletions
diff --git a/newlib/aclocal.m4 b/newlib/aclocal.m4
index 4b3d656ad..aee606086 100644
--- a/newlib/aclocal.m4
+++ b/newlib/aclocal.m4
@@ -82,7 +82,7 @@ else
fi
AC_SUBST(newlib_basedir)
-AC_CANONICAL_HOST
+AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(newlib, 1.10.0)
@@ -126,12 +126,6 @@ fi
LIB_AC_PROG_CC
-# AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD). If we don't
-# run it explicitly here, it will be run implicitly before
-# NEWLIB_CONFIGURE, which doesn't work because that means that it will
-# be run before AC_CANONICAL_HOST.
-AC_CANONICAL_BUILD
-
AC_CHECK_TOOL(AS, as)
AC_CHECK_TOOL(AR, ar)
AC_CHECK_TOOL(RANLIB, ranlib, :)