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>
This commit is contained in:
Wolfgang Wiedmeyer 2016-03-18 15:47:27 +01:00
parent 0f980098c7
commit 7fd13a02da
No known key found for this signature in database
GPG Key ID: 5816A24C10757FC4
1 changed files with 1 additions and 1 deletions

View File

@ -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