diff options
| -rw-r--r-- | tools/musl-gcc.specs.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/musl-gcc.specs.sh b/tools/musl-gcc.specs.sh index 1f683ce0..294e24f7 100644 --- a/tools/musl-gcc.specs.sh +++ b/tools/musl-gcc.specs.sh @@ -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 | 
