summaryrefslogtreecommitdiffstats
path: root/bootstrap-cpp.sh
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-17 13:59:01 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-04-17 13:59:01 +0000
commitfec626536906d306c03d34ba2418f17a801f7c5e (patch)
tree89036bf8fcd9ccc5b4c48d057d77cb30ab8ac444 /bootstrap-cpp.sh
parent68ad59dcb3b6d6f38197302dfefcc78d0653a012 (diff)
Use gcc 9
Diffstat (limited to 'bootstrap-cpp.sh')
-rwxr-xr-xbootstrap-cpp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-cpp.sh b/bootstrap-cpp.sh
index 5fe4723ea90..5753d4cfcfd 100755
--- a/bootstrap-cpp.sh
+++ b/bootstrap-cpp.sh
@@ -48,7 +48,7 @@ mkdir -p "${BUILD_DIR}" || {
BUILD_DIR=$(realpath "${BUILD_DIR}")
# Build it
-source /opt/rh/devtoolset-8/enable || true
+source /opt/rh/devtoolset-9/enable || true
cd "${SOURCE_DIR}"
bash ./bootstrap.sh full
cd "${BUILD_DIR}"