Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/usr.bin/include sync with gcc.old



details:   https://anonhg.NetBSD.org/src/rev/4fedf0706537
branches:  trunk
changeset: 827016:4fedf0706537
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 08 20:40:06 2017 +0000

description:
sync with gcc.old

diffstat:

 external/gpl3/gcc/usr.bin/include/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1201354fe201 -r 4fedf0706537 external/gpl3/gcc/usr.bin/include/Makefile
--- a/external/gpl3/gcc/usr.bin/include/Makefile        Sun Oct 08 20:19:05 2017 +0000
+++ b/external/gpl3/gcc/usr.bin/include/Makefile        Sun Oct 08 20:40:06 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2016/03/12 23:07:05 mrg Exp $
+#      $NetBSD: Makefile,v 1.9 2017/10/08 20:40:06 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -8,6 +8,9 @@
 
 INCS= ${G_EXTRA_HEADERS:T}
 
+# Part of the standard headers, the rest of which we replace.
+INCS+= stdatomic.h
+
 # XXX missed some how
 .if ${GCC_MACHINE_ARCH} == "i386" || ${GCC_MACHINE_ARCH} == "x86_64"
 INCS+= mm_malloc.h



Home | Main Index | Thread Index | Old Index