Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/external/gpl3/gcc/lib/libgcc Pull up following revision(s...
details: https://anonhg.NetBSD.org/src/rev/140ddcade0a4
branches: netbsd-6
changeset: 775376:140ddcade0a4
user: riz <riz%NetBSD.org@localhost>
date: Mon Oct 22 19:28:43 2012 +0000
description:
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.
diffstat:
external/gpl3/gcc/lib/libgcc/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 0eda42430d84 -r 140ddcade0a4 external/gpl3/gcc/lib/libgcc/Makefile.inc
--- a/external/gpl3/gcc/lib/libgcc/Makefile.inc Sun Oct 21 13:30:20 2012 +0000
+++ b/external/gpl3/gcc/lib/libgcc/Makefile.inc Mon Oct 22 19:28:43 2012 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index