Upgrade to gcc 9.2-2019.12 toolchain
We specifically use these two binary families for TF-A:
gcc-arm-9.2-2019.12-x86_64-aarch64-none-elf
gcc-arm-9.2-2019.12-x86_64-arm-none-eabi
Some firmware components such as SCP depend on a different
version of toolchain. Such dependencies of binaries are hardcoded
into the config files.
For example, scp_config/fvp-sgi575 uses the following cross compiler
version for Arch32 builds :
/arm/pdsw/tools/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc
Change-Id: I25c74dcd2a251ae8828146ee85d7e772a2a375d0
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
diff --git a/scp_config/fvp-rdn1edge b/scp_config/fvp-rdn1edge
index 960d609..e798108 100644
--- a/scp_config/fvp-rdn1edge
+++ b/scp_config/fvp-rdn1edge
@@ -1,2 +1,2 @@
-CC=arm-none-eabi-gcc
+CC=/arm/pdsw/tools/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi-gcc
PRODUCT=rdn1e1