pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/compiler gcc2 does not support -std=c99. If c99 is ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7eae9c636186
branches: trunk
changeset: 523511:7eae9c636186
user: gavan <gavan%pkgsrc.org@localhost>
date: Mon Jan 08 19:29:45 2007 +0000
description:
gcc2 does not support -std=c99. If c99 is needed, require
at least gcc 3.0.
diffstat:
mk/compiler/gcc.mk | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 372f3f6d8d3a -r 7eae9c636186 mk/compiler/gcc.mk
--- a/mk/compiler/gcc.mk Mon Jan 08 19:26:31 2007 +0000
+++ b/mk/compiler/gcc.mk Mon Jan 08 19:29:45 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.88 2006/12/15 12:46:24 martti Exp $
+# $NetBSD: gcc.mk,v 1.89 2007/01/08 19:29:45 gavan Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -12,6 +12,11 @@
GCC_REQD+= 2.8.0
+# gcc2 doesn't support c99
+.if !empty(USE_LANGUAGES:Mc99)
+GCC_REQD+= 3.0
+.endif
+
# _GCC_DIST_VERSION is the highest version of GCC installed by the pkgsrc
# without the PKGREVISIONs.
#
Home |
Main Index |
Thread Index |
Old Index