build (make): update symlinks for armclang

Update temporary soft links to Arm Compiler. This is temporary
workaround to allow the two hosts to run the same tests with different
versions of Arm Compiler as Open-CI doesn't currently support the
latest version 6.18.

Change-Id: I5b222cf6510c48b8ca288681ae839f592ad4e442
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
diff --git a/tf-a-builder/builders.sh b/tf-a-builder/builders.sh
index 8137f5b..89b1dfe 100755
--- a/tf-a-builder/builders.sh
+++ b/tf-a-builder/builders.sh
@@ -120,10 +120,11 @@
 ln -s ${TOOLS_DIR}/gcc-linaro-6.2.1-2016.11-x86_64_aarch64-linux-gnu/bin \
    /arm/pdsw/tools/gcc-linaro-6.2.1-2016.11-x86_64_aarch64-linux-gnu/bin
 
-# CC=/arm/warehouse/Distributions/FA/ARMCompiler/6.8/25/standalone-linux-x86_64-rel/bin/armclang
-mkdir -p /arm/warehouse/Distributions/FA/ARMCompiler/6.8/25/standalone-linux-x86_64-rel
-ln -s ${TOOLS_DIR}/armclang-6.8/bin \
-      /arm/warehouse/Distributions/FA/ARMCompiler/6.8/25/standalone-linux-x86_64-rel/bin
+# CC=/arm/warehouse/Distributions/FA/ARMCompiler/6.18/19/standalone-linux-x86_64-rel/bin/armclang
+# FIXME: link to ARMCompiler 6.17 until 6.18 is available on Open-CI.
+mkdir -p /arm/warehouse/Distributions/FA/ARMCompiler/6.18/19/standalone-linux-x86_64-rel
+ln -s ${TOOLS_DIR}/armclang-6.17/bin \
+      /arm/warehouse/Distributions/FA/ARMCompiler/6.18/19/standalone-linux-x86_64-rel/bin
 
 # Mandatory workspace
 export workspace="${workspace:-${WORKSPACE}/workspace}"