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

updated bootchart (0.9 -> 1.20)
author Hans-G?nter Theisgen
date Fri Jun 19 15:06:45 2020 +0100 (2020-06-19)
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