Module Name: src
Committed By: joerg
Date: Tue Feb 28 20:26:07 UTC 2012
Modified Files:
src/external/gpl3/gcc/lib/crtstuff: Makefile
Log Message:
Don't use clang here.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/lib/crtstuff/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/gcc/lib/crtstuff/Makefile
diff -u src/external/gpl3/gcc/lib/crtstuff/Makefile:1.6 src/external/gpl3/gcc/lib/crtstuff/Makefile:1.7
--- src/external/gpl3/gcc/lib/crtstuff/Makefile:1.6 Fri Dec 2 22:28:47 2011
+++ src/external/gpl3/gcc/lib/crtstuff/Makefile Tue Feb 28 20:26:07 2012
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2011/12/02 22:28:47 macallan Exp $
+# $NetBSD: Makefile,v 1.7 2012/02/28 20:26:07 joerg Exp $
REQUIRETOOLS= yes
NOLINT= # defined
+UNSUPPORTED_COMPILER.clang= # defined
.include <bsd.own.mk>