fix mixup in previous change to gcc wrapper
authorRich Felker <dalias@aerifal.cx>
Fri, 7 Jun 2013 14:18:07 +0000 (10:18 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 7 Jun 2013 14:18:07 +0000 (10:18 -0400)
tools/musl-gcc.specs.sh

index 1f683ce..294e24f 100644 (file)
@@ -8,7 +8,7 @@ cat <<EOF
 -nostdinc -isystem $incdir -isystem include%s %(old_cpp_options)
 
 *cc1:
 -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
 
 *link_libgcc:
 -L$libdir -L .%s