kernel-libc-headers: add _arch=mips for mips*

This commit is contained in:
Jürgen Buchmüller 2016-12-23 19:30:49 +01:00
parent 8e26df88bd
commit 79c4e0f085
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) _arch="x86";;
arm*) _arch="arm";;
aarch64*) _arch="arm64";;
mips*) _arch="mips";;
*) msg_error "$pkgname: unknown architecture.\n";;
esac