summaryrefslogtreecommitdiffstats
path: root/system/qemu-kvm/qemu-kvm.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/qemu-kvm/qemu-kvm.SlackBuild')
-rw-r--r--system/qemu-kvm/qemu-kvm.SlackBuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/system/qemu-kvm/qemu-kvm.SlackBuild b/system/qemu-kvm/qemu-kvm.SlackBuild
index c67b6c6eaa..16c2d05399 100644
--- a/system/qemu-kvm/qemu-kvm.SlackBuild
+++ b/system/qemu-kvm/qemu-kvm.SlackBuild
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qemu-kvm
-VERSION=${VERSION:-0.13.0}
+VERSION=${VERSION:-0.14.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then
esac
fi
-# The script is set to build all possible Linux Target CPU emulators by default.
+# The script is set to NOT build all possible Linux Target CPU emulators by default.
# Available Linux Target CPUs for full system emulation are:
# i386 x86_64 arm cris m68k microblaze mips mipsel mips64 mips64el
# ppc ppcemb ppc64 sh4 sh4eb sparc sparc64
@@ -44,11 +44,11 @@ fi
# i386 x86_64 alpha arm armeb cris m68k microblaze mips mipsel
# ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc64 sparc32plus
#
-# To reduce compile time and package size modify the BUILD ARCH line below
-# from BUILD_ARCH="" to BUILD_ARCH="x86_64" if you DO NOT need to emulate
-# all target CPUs. This works fine for 32-bit or 64-bit QEMU-KVM hosts
-# providing full system emulation supporting Linux, BSD and Windows guests.
-BUILD_ARCH=""
+# To increase compile time and package size, pass BUILD ARCH="" to the build script
+# if you NEED to emulate all target CPUs.
+# The default works fine for 32-bit or 64-bit QEMU-KVM hosts providing
+# full system emulation supporting Linux, BSD and Windows guests.
+BUILD_ARCH=${BUILD_ARCH:-x86_64}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}