Thomas Wouters <thomas@xs4all.net>:
authorFred Drake <fdrake@acm.org>
Fri, 7 Jul 2000 16:21:31 +0000 (16:21 +0000)
committerFred 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

index e8229e6b5dd902099e4e4f6d9e682cc476f41803..3da53234bff5b8c847679136ad8fffb1d2bf0182 100755 (executable)
@@ -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";;