mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 09:04:39 -07:00
configure: remove obsolete Solaris ar check
Meson already has its own logic to find the "ar" binary, so remove the Solaris specific check. 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>
This commit is contained in:
parent
3f0a5d55ae
commit
b524e44fa4
1 changed files with 0 additions and 15 deletions
15
configure
vendored
15
configure
vendored
|
|
@ -2286,21 +2286,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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue