Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/lib/crtstuff Don't use clang here.



details:   https://anonhg.NetBSD.org/src/rev/8d087950c61a
branches:  trunk
changeset: 777667:8d087950c61a
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Feb 28 20:26:07 2012 +0000

description:
Don't use clang here.

diffstat:

 external/gpl3/gcc/lib/crtstuff/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r b96759ff1682 -r 8d087950c61a external/gpl3/gcc/lib/crtstuff/Makefile
--- a/external/gpl3/gcc/lib/crtstuff/Makefile   Tue Feb 28 20:23:51 2012 +0000
+++ b/external/gpl3/gcc/lib/crtstuff/Makefile   Tue Feb 28 20:26:07 2012 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index