wok-next view musl-libc/stuff/patches/include.patch @ rev 20335

Up openttd (1.7.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 16 18:27:48 2017 +0100 (2017-11-16)
parents
children
line source
1 --- a/tools/musl-gcc.specs.sh
2 +++ b/tools/musl-gcc.specs.sh
3 @@ -5,10 +5,10 @@
4 %rename cpp_options old_cpp_options
6 *cpp_options:
7 --nostdinc -isystem $incdir -isystem include%s %(old_cpp_options)
8 +-nostdinc -isystem $incdir -isystem /usr/include -isystem include%s %(old_cpp_options)
10 *cc1:
11 -%(cc1_cpu) -nostdinc -isystem $incdir -isystem include%s
12 +%(cc1_cpu) -nostdinc -isystem $incdir -isystem /usr/include -isystem include%s
14 *link_libgcc:
15 -L$libdir -L .%s