Merge "Bump Clang to clang-r407598b"
diff --git a/Makefile b/Makefile
index 98f4e88..119bf21 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@
 TARGET = aarch64-linux-gnu
 # The GCC toolchain is needed when building kvm-unit-tests as well as Linux
 # with Clang, because of lack of support for the LLVM integrated assembler.
-GCC_TOOLCHAIN_DIR = $(TOOLCHAIN_GCC_51)
+GCC_TOOLCHAIN_DIR = $(TOOLCHAIN_GCC_49)
 GCC_TOOLCHAIN_BIN = $(GCC_TOOLCHAIN_DIR)/bin/
 LLVM = "LLVM=1"
 # Some targets require additional flags to build with Clang.