check whether arch-test exists

pull/1/head
parent 46f477f339
commit d26f5de912
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -3221,6 +3221,9 @@ sub main() {
sparc64 => 'sparc64',
};
if ($hostarch ne $options->{nativearch}) {
if (system('arch-test --version>/dev/null') != 0) {
error "install arch-test for foreign architecture support";
}
my $withemu = 0;
my $noemu = 0;
{

Loading…
Cancel
Save