vmx: build vmx only for 386 or amd64

vmx uses non portable word unpacking macros, breaking
the build for arm64. vmx only works on a pc anyway.
this forces objtype to 386 on these machines, similar
to what the kernel mkfiles do.
front
cinap_lenrek 2019-05-01 08:19:29 +02:00
parent 2f884a5116
commit aa52d3b13d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
objtype=`{~ $objtype (386 amd64) && echo $objtype || echo 386}
</$objtype/mkfile
BIN=/$objtype/bin