Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3 Handle more than gcc 4.5
details: https://anonhg.NetBSD.org/src/rev/f6ba577abc00
branches: trunk
changeset: 791020:f6ba577abc00
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 31 17:28:10 2013 +0000
description:
Handle more than gcc 4.5
diffstat:
external/gpl3/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e7b334ec2edf -r f6ba577abc00 external/gpl3/Makefile
--- a/external/gpl3/Makefile Thu Oct 31 16:50:14 2013 +0000
+++ b/external/gpl3/Makefile Thu Oct 31 17:28:10 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/08/10 16:05:26 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2013/10/31 17:28:10 christos Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@
.endif
.if ${MKGCC} != "no"
-.if ${HAVE_GCC} == 45
+.if ${HAVE_GCC} >= 45
.if ${MKGCCCMDS} != "no"
SUBDIR+= gcc
.endif
Home |
Main Index |
Thread Index |
Old Index