aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygserver/configure.ac
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-10-16 15:06:43 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2020-10-21 17:11:09 +0100
commitc50e0d8ba492596ca4f5557eae8592b19d33f09b (patch)
tree21dffc2038723cc479600465e2af1934ee99d24f /winsup/cygserver/configure.ac
parent08f5cc2ef4ff56b98fefdd1d80152a3c5fef468c (diff)
downloadnewlib-c50e0d8ba492596ca4f5557eae8592b19d33f09b.zip
newlib-c50e0d8ba492596ca4f5557eae8592b19d33f09b.tar.gz
newlib-c50e0d8ba492596ca4f5557eae8592b19d33f09b.tar.bz2
Cygwin: Drop do-nothing install_host target
Drop do-nothing install_host target, which is only used when not cross-compiling.
Diffstat (limited to 'winsup/cygserver/configure.ac')
-rw-r--r--winsup/cygserver/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygserver/configure.ac b/winsup/cygserver/configure.ac
index 9a6bace..4ff784e 100644
--- a/winsup/cygserver/configure.ac
+++ b/winsup/cygserver/configure.ac
@@ -30,16 +30,13 @@ AC_CYGWIN_INCLUDES
case "$with_cross_host" in
""|*cygwin*)
all_host="all_host"
- install_host="install_host"
;;
*)
all_host=
- install_host=
;;
esac
AC_SUBST(all_host)
-AC_SUBST(install_host)
AC_CHECK_TOOL(AR, ar, ar)
AC_CHECK_TOOL(AS, as, as)