projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f688bf
)
Thomas Wouters <thomas@xs4all.net>:
author
Fred Drake
<fdrake@acm.org>
Fri, 7 Jul 2000 16:21:31 +0000
(16:21 +0000)
committer
Fred Drake
<fdrake@acm.org>
Fri, 7 Jul 2000 16:21:31 +0000
(16:21 +0000)
Allow -f* parameters to be passed to the compiler from Setup files.
Modules/makesetup
patch
|
blob
|
history
diff --git
a/Modules/makesetup
b/Modules/makesetup
index e8229e6b5dd902099e4e4f6d9e682cc476f41803..3da53234bff5b8c847679136ad8fffb1d2bf0182 100755
(executable)
--- a/
Modules/makesetup
+++ b/
Modules/makesetup
@@
-140,7
+140,7
@@
sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
srcs) srcs="$srcs $arg"; skip=; continue;;
esac
case $arg in
- -[IDUC
]*)
cpps="$cpps $arg";;
+ -[IDUC
f]*)
cpps="$cpps $arg";;
-Xlinker) libs="$libs $arg"; skip=libs;;
-rpath) libs="$libs $arg"; skip=libs;;
-[A-Zl]*) libs="$libs $arg";;