aboutsummaryrefslogtreecommitdiff
path: root/system/xen/xen.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-03-17 22:47:25 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-18 00:26:12 +0700
commitc27f0fd7a5f8c3ab712fe26be728434f76aa2bfb (patch)
tree0aa224ae87beafee58273d63e8c282bae4004b6a /system/xen/xen.SlackBuild
parent9453d0aebd619d06e72bc62eb01e1d1aa5ff1a36 (diff)
system/xen: x86 is unsupported.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xen/xen.SlackBuild')
-rw-r--r--system/xen/xen.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/xen/xen.SlackBuild b/system/xen/xen.SlackBuild
index 79b5560783..4e1fac1f06 100644
--- a/system/xen/xen.SlackBuild
+++ b/system/xen/xen.SlackBuild
@@ -60,7 +60,7 @@ if [ "$ARCH" = "i586" ]; then
*** Xen x86/32 target no longer supported!
EOF
- exit
+ exit 1
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
@@ -73,7 +73,7 @@ elif [ "$ARCH" = "x86_64" ]; then
# ln -s /usr/include/gnu/stubs-64.h /usr/include/gnu/stubs-32.h
EOF
- exit
+ exit 1
fi
else
SLKCFLAGS="-O2"