diff options
-rw-r--r-- | mk/wrapper/transform-gcc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/wrapper/transform-gcc b/mk/wrapper/transform-gcc index 8db37424adf..6d1866bb55e 100644 --- a/mk/wrapper/transform-gcc +++ b/mk/wrapper/transform-gcc @@ -1,4 +1,4 @@ -# $NetBSD: transform-gcc,v 1.6 2006/11/30 11:34:23 rillig Exp $ +# $NetBSD: transform-gcc,v 1.7 2006/12/01 21:10:18 rillig Exp $ # # This file handles the transformations needed for gcc that can be done # looking at only one argument at a time. @@ -17,6 +17,7 @@ case $arg in -fPIC |\ -M[DFPT] |\ -O[23s] |\ +-pipe |\ -pthread |\ -shared |\ -static |\ @@ -31,6 +32,7 @@ case $arg in -Wformat=[012] |\ -Wmissing-prototypes |\ -Wno-error |\ +-Wno-implicit-int |\ -Wno-long-long |\ -Wno-traditional |\ -Wno-uninitialized |\ |