From 7b357463d3720511719865efb63414c14593c18a Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 29 Jan 2021 14:29:38 -0500 Subject: [PATCH] azure-pipelines overrode a recent gcc change in the cross-compile this makes it match, but doesn't fix the stray --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 188c39bbc..7954b5c16 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -201,7 +201,7 @@ steps: displayName: 'Building mac full build' - bash: | - export GCCVER=gcc1010 + export GCCVER=gcc1020 cd sys/unix sh setup.sh hints/linux.2020 cd ../..