pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/wrapper Added -pipe and -Wno-implicit-int to the li...
details: https://anonhg.NetBSD.org/pkgsrc/rev/80cd112d768d
branches: trunk
changeset: 522070:80cd112d768d
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Dec 01 21:10:18 2006 +0000
description:
Added -pipe and -Wno-implicit-int to the list of known gcc options.
diffstat:
mk/wrapper/transform-gcc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r adfcded0fc75 -r 80cd112d768d mk/wrapper/transform-gcc
--- a/mk/wrapper/transform-gcc Fri Dec 01 20:55:12 2006 +0000
+++ b/mk/wrapper/transform-gcc Fri Dec 01 21:10:18 2006 +0000
@@ -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 @@
-fPIC |\
-M[DFPT] |\
-O[23s] |\
+-pipe |\
-pthread |\
-shared |\
-static |\
@@ -31,6 +32,7 @@
-Wformat=[012] |\
-Wmissing-prototypes |\
-Wno-error |\
+-Wno-implicit-int |\
-Wno-long-long |\
-Wno-traditional |\
-Wno-uninitialized |\
Home |
Main Index |
Thread Index |
Old Index