Kaydet (Commit) b447d118 authored tarafından Guido van Rossum's avatar Guido van Rossum

Understand -Xlinker option.

üst 32c575da
......@@ -133,6 +133,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
esac
case $arg in
-[IDUC]*) cpps="$cpps $arg";;
-Xlinker) libs="$libs $arg"; skip=libs;;
-[A-Zl]*) libs="$libs $arg";;
*.a) libs="$libs $arg";;
*.so) libs="$libs $arg";;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment