aboutsummaryrefslogtreecommitdiff
path: root/contrib/kiss-chroot
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/kiss-chroot')
-rwxr-xr-xcontrib/kiss-chroot5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/kiss-chroot b/contrib/kiss-chroot
index 47a2636..931b9e3 100755
--- a/contrib/kiss-chroot
+++ b/contrib/kiss-chroot
@@ -32,8 +32,9 @@ main() {
[ "$2" ] || {
march=$(uname -m 2>/dev/null) ||:
case "$march" in
- '') march=native ;;
- i*86) march=i686 ;;
+ '') march=native ;;
+ x86_64) march=x86-64 ;;
+ i*86) march=i686 ;;
esac
}