Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/lib/libgcc4 Disable build with clang since it ends up ca...
details: https://anonhg.NetBSD.org/src/rev/f22544f95c59
branches: trunk
changeset: 765570:f22544f95c59
user: joerg <joerg%NetBSD.org@localhost>
date: Mon May 30 19:03:09 2011 +0000
description:
Disable build with clang since it ends up calling __floatuntixf, which
this version of libgcc doesn't have.
diffstat:
gnu/lib/libgcc4/Makefile.inc | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r acd783ca420b -r f22544f95c59 gnu/lib/libgcc4/Makefile.inc
--- a/gnu/lib/libgcc4/Makefile.inc Mon May 30 18:47:27 2011 +0000
+++ b/gnu/lib/libgcc4/Makefile.inc Mon May 30 19:03:09 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.22 2011/05/30 14:41:26 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.23 2011/05/30 19:03:09 joerg Exp $
.if ${MKGCC} != "no"
.if exists(${.CURDIR}/../arch/${MACHINE_ARCH}.mk)
@@ -6,6 +6,8 @@
.endif
.endif
+UNSUPPORTED_COMPILER.clang= # defined
+
DIST= ${NETBSDSRCDIR}/gnu/dist/gcc4
GNUHOSTDIST= ${DIST}
GCCARCH= ${NETBSDSRCDIR}/gnu/usr.bin/gcc4/arch/${MACHINE_ARCH}
@@ -150,6 +152,3 @@
touch ${.TARGET}
DPSRCS+= ${FAKEHEADERS}
CLEANFILES+= ${FAKEHEADERS}
-
-COPTS+= ${${ACTIVE_CC} == "clang":?-fheinous-gnu-extensions:}
-NOCLANGERROR= # defined
Home |
Main Index |
Thread Index |
Old Index