From: Guido van Rossum Date: Tue, 2 Dec 1997 20:38:11 +0000 (+0000) Subject: Understand -Xlinker option. X-Git-Tag: v1.5b2~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b447d118ff4a7da5ae09d93d8b6480cfbc9e7a73;p=python Understand -Xlinker option. --- diff --git a/Modules/makesetup b/Modules/makesetup index 83fdc21df7..b3f0cca34e 100755 --- a/Modules/makesetup +++ b/Modules/makesetup @@ -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";;