Module Name:    src
Committed By:   christos
Date:           Thu Oct 31 17:28:10 UTC 2013

Modified Files:
        src/external/gpl3: Makefile

Log Message:
Handle more than gcc 4.5


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/Makefile
diff -u src/external/gpl3/Makefile:1.7 src/external/gpl3/Makefile:1.8
--- src/external/gpl3/Makefile:1.7	Fri Aug 10 12:05:26 2012
+++ src/external/gpl3/Makefile	Thu Oct 31 13:28:10 2013
@@ -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 @@ SUBDIR+=	binutils
 .endif
 
 .if ${MKGCC} != "no"
-.if ${HAVE_GCC} == 45
+.if ${HAVE_GCC} >= 45
 .if ${MKGCCCMDS} != "no"
 SUBDIR+=	gcc
 .endif

Reply via email to