mirror of git://git.musl-libc.org/musl
fix mixup in previous change to gcc wrapper
This commit is contained in:
parent
c161356002
commit
fd1d7be35f
|
@ -8,7 +8,7 @@ cat <<EOF
|
||||||
-nostdinc -isystem $incdir -isystem include%s %(old_cpp_options)
|
-nostdinc -isystem $incdir -isystem include%s %(old_cpp_options)
|
||||||
|
|
||||||
*cc1:
|
*cc1:
|
||||||
%(cc1_cpu) -nostdinc -isystem -isystem include%s $incdir
|
%(cc1_cpu) -nostdinc -isystem $incdir -isystem include%s
|
||||||
|
|
||||||
*link_libgcc:
|
*link_libgcc:
|
||||||
-L$libdir -L .%s
|
-L$libdir -L .%s
|
||||||
|
|
Loading…
Reference in New Issue