mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue