Module Name:    src
Committed By:   riz
Date:           Mon Oct 22 19:28:44 UTC 2012

Modified Files:
        src/external/gpl3/gcc/lib/libgcc [netbsd-6]: Makefile.inc

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #612):
        external/gpl3/gcc/lib/libgcc/Makefile.inc: revision 1.15
Don't add unwind.h stuff into BUILDSYMLINKS when MKGCC=="no".
Fixes "Wrong number of words (1) in .for substitution list with 2 vars" problem
while mknative-ing. Approved by mrg.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.4.1 src/external/gpl3/gcc/lib/libgcc/Makefile.inc

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/libgcc/Makefile.inc
diff -u src/external/gpl3/gcc/lib/libgcc/Makefile.inc:1.13 src/external/gpl3/gcc/lib/libgcc/Makefile.inc:1.13.4.1
--- src/external/gpl3/gcc/lib/libgcc/Makefile.inc:1.13	Sun Sep 25 13:34:16 2011
+++ src/external/gpl3/gcc/lib/libgcc/Makefile.inc	Mon Oct 22 19:28:43 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.13 2011/09/25 13:34:16 chs Exp $
+#	$NetBSD: Makefile.inc,v 1.13.4.1 2012/10/22 19:28:43 riz Exp $
 
 .if ${MKGCC} != "no"
 .if exists(${.CURDIR}/../arch/${MACHINE_ARCH}.mk)
@@ -142,9 +142,11 @@ dp-bit.c: ${.CURDIR}/Makefile
 .include "../Makefile.tconfigh"
 DPSRCS+=	tconfig.h
 
+.if ${MKGCC} != "no"
 # XXX figure out why Makefile.hacks doesn't work
 BUILDSYMLINKS+=	${G_UNWIND_H} unwind.h
 DPSRCS+=	unwind.h
+.endif
 
 # these aren't necessary but are #include'd
 FAKEHEADERS=options.h insn-flags.h insn-constants.h sysroot-suffix.h

Reply via email to