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:
parent
0f980098c7
commit
7fd13a02da
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user