Source-Changes-HG archive

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

[src/trunk]: src/gnu/lib/libobjc4 Clang doesn't support some of the GNU exten...



details:   https://anonhg.NetBSD.org/src/rev/12f019dc585c
branches:  trunk
changeset: 765168:12f019dc585c
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 20 13:38:52 2011 +0000

description:
Clang doesn't support some of the GNU extensions here, so disable it.

diffstat:

 gnu/lib/libobjc4/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 0036e0af22e8 -r 12f019dc585c gnu/lib/libobjc4/Makefile
--- a/gnu/lib/libobjc4/Makefile Fri May 20 13:36:12 2011 +0000
+++ b/gnu/lib/libobjc4/Makefile Fri May 20 13:38:52 2011 +0000
@@ -1,8 +1,10 @@
-#      $NetBSD: Makefile,v 1.12 2009/01/11 03:09:35 christos Exp $
+#      $NetBSD: Makefile,v 1.13 2011/05/20 13:38:52 joerg Exp $
 
 REQUIRETOOLS=  yes
 NOLINT=                # defined
 
+UNSUPPORTED_COMPILER.clang=    # defined
+
 .include <bsd.own.mk>
 
 LIB=           objc



Home | Main Index | Thread Index | Old Index