summaryrefslogtreecommitdiffstats
path: root/build-toolchain
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-03-18 15:47:27 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-03-18 15:47:27 +0100
commit7fd13a02daf9044d155959bc29693ce2b07d6530 (patch)
treea24eae497d2151543d0cbb4cec6044c2064eb69b /build-toolchain
parent0f980098c7b38942bf55708a353496d16fedac2c (diff)
downloadvendor_replicant-7fd13a02daf9044d155959bc29693ce2b07d6530.zip
vendor_replicant-7fd13a02daf9044d155959bc29693ce2b07d6530.tar.gz
vendor_replicant-7fd13a02daf9044d155959bc29693ce2b07d6530.tar.bz2
clang: fix gcc include path
It changed in the latest gcc from 4.9 to 4.9.x Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'build-toolchain')
-rwxr-xr-xbuild-toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-toolchain b/build-toolchain
index 174e4ab..7918a1a 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