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.
This commit is contained in:
parent
2f884a5116
commit
aa52d3b13d
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
objtype=`{~ $objtype (386 amd64) && echo $objtype || echo 386}
|
||||
</$objtype/mkfile
|
||||
|
||||
BIN=/$objtype/bin
|
||||
|
|
Loading…
Reference in a new issue