summaryrefslogtreecommitdiff
path: root/mk/wrapper
diff options
context:
space:
mode:
authorrillig <rillig>2006-12-01 21:10:18 +0000
committerrillig <rillig>2006-12-01 21:10:18 +0000
commitd08daff936621268229e0b4f56e3cfe8961b72f8 (patch)
tree036d48aed087b5551a361160c3eea0c3e38502cd /mk/wrapper
parent201bbf59f39da9698e83894df6879bea04d4371d (diff)
downloadpkgsrc-d08daff936621268229e0b4f56e3cfe8961b72f8.tar.gz
Added -pipe and -Wno-implicit-int to the list of known gcc options.
Diffstat (limited to 'mk/wrapper')
-rw-r--r--mk/wrapper/transform-gcc4
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 |\