Build: Add support for Armclang 6.10 and Armclang 6.11

This patch introduces support for building with Armclang 6.10
and Armclang 6.11. It also fixes a typo inside the cmake build
system files, and rename architecture names to be consistent.

Change-Id: I9b7db4751c225f092e84c85d9d421fa6d158c929
Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
diff --git a/cmake/Common/CpuM23.cmake b/cmake/Common/CpuM23.cmake
index 19e640b..d903e0c 100644
--- a/cmake/Common/CpuM23.cmake
+++ b/cmake/Common/CpuM23.cmake
@@ -6,6 +6,6 @@
 #-------------------------------------------------------------------------------
 
 #This file gatrhers Cortex-M23 specific settings which control the build system.
-set(ARM_CPU_ARHITECTURE "ARM8-M-BASE")
+set(ARM_CPU_ARCHITECTURE "ARMv8-M.BASE")
 
 set(ARM_CPU_TYPE "Cortex-M23")