mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
Thomas Wouters <thomas@xs4all.net>:
Allow -f* parameters to be passed to the compiler from Setup files.
This commit is contained in:
parent
9f688bf9d2
commit
e55d5446ea
@ -140,7 +140,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
|
||||
srcs) srcs="$srcs $arg"; skip=; continue;;
|
||||
esac
|
||||
case $arg in
|
||||
-[IDUC]*) cpps="$cpps $arg";;
|
||||
-[IDUCf]*) cpps="$cpps $arg";;
|
||||
-Xlinker) libs="$libs $arg"; skip=libs;;
|
||||
-rpath) libs="$libs $arg"; skip=libs;;
|
||||
-[A-Zl]*) libs="$libs $arg";;
|
||||
|
Loading…
Reference in New Issue
Block a user