Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/external/gpl3/gcc/lib/libgcc Pull up following revision(s...
details: https://anonhg.NetBSD.org/src/rev/c98ec1feaa4e
branches: netbsd-8
changeset: 435243:c98ec1feaa4e
user: martin <martin%NetBSD.org@localhost>
date: Thu Sep 06 07:58:57 2018 +0000
description:
Pull up following revision(s) (requested by mrg in ticket #1009):
external/gpl3/gcc/lib/libgcc/Makefile.inc: revision 1.37
pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add
it to CPPFLAGS.
this fixes PR#53567 for me.
diffstat:
external/gpl3/gcc/lib/libgcc/Makefile.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a35d02bfc301 -r c98ec1feaa4e external/gpl3/gcc/lib/libgcc/Makefile.inc
--- a/external/gpl3/gcc/lib/libgcc/Makefile.inc Wed Sep 05 09:23:21 2018 +0000
+++ b/external/gpl3/gcc/lib/libgcc/Makefile.inc Thu Sep 06 07:58:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.35 2016/10/22 20:33:28 christos Exp $
+# $NetBSD: Makefile.inc,v 1.35.6.1 2018/09/06 07:58:57 martin Exp $
LIBGCC_MACHINE_ARCH?=${MACHINE_ARCH:S/earmv5/earm/}
@@ -28,6 +28,7 @@
CPPFLAGS+= -I${DIST}/libgcc/config/${LIBGCC_MACHINE_ARCH}
.endif
CPPFLAGS+= -I${DIST}/gcc -I${DIST}/include -I.
+CPPFLAGS+= ${G_INTERNAL_CFLAGS:M-DHAVE_CC_TLS}
.if ${LIBGCC_MACHINE_ARCH} == "powerpc" || \
${LIBGCC_MACHINE_ARCH} == "sh3el" || \
Home |
Main Index |
Thread Index |
Old Index