mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
fix mixup in previous change to gcc wrapper
This commit is contained in:
@@ -8,7 +8,7 @@ cat <<EOF
|
||||
-nostdinc -isystem $incdir -isystem include%s %(old_cpp_options)
|
||||
|
||||
*cc1:
|
||||
%(cc1_cpu) -nostdinc -isystem -isystem include%s $incdir
|
||||
%(cc1_cpu) -nostdinc -isystem $incdir -isystem include%s
|
||||
|
||||
*link_libgcc:
|
||||
-L$libdir -L .%s
|
||||
|
Reference in New Issue
Block a user