From 7fd13a02daf9044d155959bc29693ce2b07d6530 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 18 Mar 2016 15:47:27 +0100 Subject: [PATCH] clang: fix gcc include path It changed in the latest gcc from 4.9 to 4.9.x Signed-off-by: Wolfgang Wiedmeyer --- build-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-toolchain b/build-toolchain index 174e4ab8..7918a1ad 100755 --- a/build-toolchain +++ b/build-toolchain @@ -126,7 +126,7 @@ cd .. && mkdir -p gcc && cd gcc make -j $(nproc) && make install # we need to link against the correct stdatomic.h -cd ../../install/lib/gcc/x86_64-linux/4.9/include +cd ../../install/lib/gcc/x86_64-linux/4.9.x/include rm stdatomic.h ln -s ../../../../../../../../../bionic/libc/include/stdatomic.h stdatomic.h