aboutsummaryrefslogtreecommitdiff
path: root/rpb-uefi
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-10-25 18:55:48 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-10-27 08:11:33 +0000
commit154825d8ae62e6c542eab379e46bcf56d8c92cab (patch)
tree0288c78ba699c78ee3b345c16d97d153faa9e44f /rpb-uefi
parent27e6aa0027a0060f7fe70025e8582636714952a7 (diff)
rpb-uefi: restore enforcing cap GCC build profile to GCC49
Change-Id: I84220d4af3eae1f9d0e0db21544526821c600c37 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-uefi')
-rwxr-xr-xrpb-uefi/stable/builders.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/rpb-uefi/stable/builders.sh b/rpb-uefi/stable/builders.sh
index 93b431c9c6..b67c401059 100755
--- a/rpb-uefi/stable/builders.sh
+++ b/rpb-uefi/stable/builders.sh
@@ -60,9 +60,9 @@ if [ "${MX_PLATFORM}" = "hikey" ]; then
OPEN_PLATFORM_PKG_GIT_BRANCH=hikey-aosp
fi
-# Force cap GCC build profile to GCC5
-TOOLCHAIN=GCC5
-export AARCH64_TOOLCHAIN=GCC5
+# Force cap GCC build profile to GCC49, still preferred by upstream
+TOOLCHAIN=GCC49
+export AARCH64_TOOLCHAIN=GCC49
# Clone the repos
git clone -b $UEFI_TOOLS_GIT_BRANCH $UEFI_TOOLS_GIT_URL uefi-tools