summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-06-07 10:18:07 -0400
committerRich Felker <dalias@aerifal.cx>2013-06-07 10:18:07 -0400
commitfd1d7be35f1b7f083071e246208498aa3b5ced3e (patch)
tree709e7e196fe8bebce98327bfda8b8401242f9c2e
parentc161356002354f238a3333cafab430ada5006269 (diff)
downloadmusl-fd1d7be35f1b7f083071e246208498aa3b5ced3e.tar.gz
fix mixup in previous change to gcc wrapper
-rw-r--r--tools/musl-gcc.specs.sh2
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