Kaydet (Commit) e55d5446 authored tarafından Fred Drake's avatar Fred Drake

Thomas Wouters <thomas@xs4all.net>:

Allow -f* parameters to be passed to the compiler from Setup files.
üst 9f688bf9
...@@ -140,7 +140,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' | ...@@ -140,7 +140,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
srcs) srcs="$srcs $arg"; skip=; continue;; srcs) srcs="$srcs $arg"; skip=; continue;;
esac esac
case $arg in case $arg in
-[IDUC]*) cpps="$cpps $arg";; -[IDUCf]*) cpps="$cpps $arg";;
-Xlinker) libs="$libs $arg"; skip=libs;; -Xlinker) libs="$libs $arg"; skip=libs;;
-rpath) libs="$libs $arg"; skip=libs;; -rpath) libs="$libs $arg"; skip=libs;;
-[A-Zl]*) libs="$libs $arg";; -[A-Zl]*) 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