summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-02-24 12:48:03 +0000
committer Eric Hameleers <alien@slackware.com>2014-02-24 12:48:03 +0000
commit01e92bb4dda5572712db964c378648a6960e7e75 (patch)
treeb3740fcf6be06a50c7fa846733cd0709668eaf32 /chromium-dev
parent12aa97fbba956170a056c1b515e4f7a4110c1946 (diff)
downloadasb-01e92bb4dda5572712db964c378648a6960e7e75.tar.gz
asb-01e92bb4dda5572712db964c378648a6960e7e75.tar.xz
Explain where to find a good toolchains revision to use
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium-dev/build/chromium.SlackBuild b/chromium-dev/build/chromium.SlackBuild
index c9337a08..559863dd 100755
--- a/chromium-dev/build/chromium.SlackBuild
+++ b/chromium-dev/build/chromium.SlackBuild
@@ -62,11 +62,14 @@
PRGNAM=chromium
VERSION=${VERSION:-33.0.1750.117}
-TOOLREV=12526
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
+# For an indication of what toolchain version to use, you can check the
+# PNACL_VERSION value in chromium's "native_client/TOOL_REVISIONS" file.
+TOOLREV=12526
+
# You can build without NaCl (native client) if you set USE_NACL to "0",
# but you'll lose some Chrome functionality like using in-browser applications:
USE_NACL=${USE_NACL:-1}