提交 5d26d5d1 编写于 作者: R Rich Felker

gcc wrapper improvement: leave libgcc dir in the library path

this is needed in case -lgcc is passed explicitly on the link command
line, for example if the wrapper is being used to build musl itself.
上级 d426b045
...@@ -11,7 +11,7 @@ cat <<EOF ...@@ -11,7 +11,7 @@ cat <<EOF
%(cc1_cpu) -nostdinc -isystem $incdir %(cc1_cpu) -nostdinc -isystem $incdir
*link_libgcc: *link_libgcc:
-L$libdir -L$libdir -L .%s
*libgcc: *libgcc:
libgcc.a%s %:if-exists(libgcc_eh.a%s) libgcc.a%s %:if-exists(libgcc_eh.a%s)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册