configure: Only clone softfloat-3 repositories if TCG is enabled
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20210512045821.3257963-1-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
92f8c6fef1
commit
56267b622a
7
configure
vendored
7
configure
vendored
@ -257,8 +257,6 @@ if test -e "$source_path/.git"
|
|||||||
then
|
then
|
||||||
git_submodules_action="update"
|
git_submodules_action="update"
|
||||||
git_submodules="ui/keycodemapdb"
|
git_submodules="ui/keycodemapdb"
|
||||||
git_submodules="$git_submodules tests/fp/berkeley-testfloat-3"
|
|
||||||
git_submodules="$git_submodules tests/fp/berkeley-softfloat-3"
|
|
||||||
else
|
else
|
||||||
git_submodules_action="ignore"
|
git_submodules_action="ignore"
|
||||||
git_submodules=""
|
git_submodules=""
|
||||||
@ -2281,6 +2279,11 @@ if test "$solaris" = "yes" ; then
|
|||||||
fi
|
fi
|
||||||
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"
|
||||||
|
fi
|
||||||
|
|
||||||
if test -z "${target_list+xxx}" ; then
|
if test -z "${target_list+xxx}" ; then
|
||||||
default_targets=yes
|
default_targets=yes
|
||||||
for target in $default_target_list; do
|
for target in $default_target_list; do
|
||||||
|
Loading…
Reference in New Issue
Block a user