diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2020-10-26 13:56:51 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2020-11-02 16:49:00 +0000 |
commit | f4bfaddb3cce6b63a57c709dd790bd78c9bcdc6a (patch) | |
tree | 713920252881579994c6cf5e15284ed5474af781 /winsup/cygwin/configure | |
parent | 29817cc41ea015074772b2cd1f290f79ff633736 (diff) | |
download | newlib-f4bfaddb3cce6b63a57c709dd790bd78c9bcdc6a.zip newlib-f4bfaddb3cce6b63a57c709dd790bd78c9bcdc6a.tar.gz newlib-f4bfaddb3cce6b63a57c709dd790bd78c9bcdc6a.tar.bz2 |
Cygwin: Drop autoconf variable all_host
The autoconf variable all_host is used to make building of the stub
library used by the testsuite conditional on not cross-compiling.
Make it unconditional, so we will notice if it's broken when
cross-compiling.
Diffstat (limited to 'winsup/cygwin/configure')
-rwxr-xr-x | winsup/cygwin/configure | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/winsup/cygwin/configure b/winsup/cygwin/configure index 1151d22..99be83c 100755 --- a/winsup/cygwin/configure +++ b/winsup/cygwin/configure @@ -603,7 +603,6 @@ LD DLLTOOL AS AR -all_host INCLUDES CPP ac_ct_CXX @@ -3397,17 +3396,6 @@ done -case "$with_cross_host" in - ""|*cygwin*) - all_host="all_host" - ;; - *) - all_host= - ;; -esac - - - if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 |