[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 19/24] configure: remove obsolete Solaris ar check
From: |
Paolo Bonzini |
Subject: |
[PATCH v2 19/24] configure: remove obsolete Solaris ar check |
Date: |
Tue, 12 Oct 2021 13:12:57 +0200 |
Meson already has its own logic to find the "ar" binary, so remove the
Solaris specific check.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20211007130829.632254-14-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
configure | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/configure b/configure
index 016814d23b..2091844ad6 100755
--- a/configure
+++ b/configure
@@ -2284,21 +2284,6 @@ EOF
fi
fi
-#########################################
-# Solaris specific configure tool chain decisions
-
-if test "$solaris" = "yes" ; then
- if has ar; then
- :
- else
- if test -f /usr/ccs/bin/ar ; then
- error_exit "No path includes ar" \
- "Add /usr/ccs/bin to your path and rerun configure"
- fi
- error_exit "No path includes ar"
- fi
-fi
-
if test "$tcg" = "enabled"; then
git_submodules="$git_submodules tests/fp/berkeley-testfloat-3"
git_submodules="$git_submodules tests/fp/berkeley-softfloat-3"
--
2.31.1
- Re: [PATCH v2 14/24] configure, meson: move pthread_setname_np checks to Meson, (continued)
- [PATCH v2 16/24] configure, meson: move vde detection to meson, Paolo Bonzini, 2021/10/12
- [PATCH v2 17/24] configure, meson: move netmap detection to meson, Paolo Bonzini, 2021/10/12
- [PATCH v2 21/24] configure: remove deprecated --{enable, disable}-git-update, Paolo Bonzini, 2021/10/12
- [PATCH v2 20/24] configure, meson: move more compiler checks to Meson, Paolo Bonzini, 2021/10/12
- [PATCH v2 22/24] configure: accept "internal" for --enable-capstone/slirp/fdt, Paolo Bonzini, 2021/10/12
- [PATCH v2 23/24] configure: prepare for auto-generated option parsing, Paolo Bonzini, 2021/10/12
- [PATCH v2 19/24] configure: remove obsolete Solaris ar check,
Paolo Bonzini <=
- [PATCH v2 24/24] configure: automatically parse command line for meson -D options, Paolo Bonzini, 2021/10/12
- Re: [PATCH v2 24/24] configure: automatically parse command line for meson -D options, Thomas Huth, 2021/10/12
- Re: [PATCH v2 24/24] configure: automatically parse command line for meson -D options, Paolo Bonzini, 2021/10/13
- Re: [PATCH v2 24/24] configure: automatically parse command line for meson -D options, Paolo Bonzini, 2021/10/13
- Re: [PATCH v2 24/24] configure: automatically parse command line for meson -D options, Thomas Huth, 2021/10/13
- Re: [PATCH v2 24/24] configure: automatically parse command line for meson -D options, Paolo Bonzini, 2021/10/13
- Re: [PATCH v2 24/24] configure: automatically parse command line for meson -D options, Thomas Huth, 2021/10/14