Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc.old/usr.bin/include Add stdatomic.h



details:   https://anonhg.NetBSD.org/src/rev/647e9136af42
branches:  trunk
changeset: 356598:647e9136af42
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 04 23:43:23 2017 +0000

description:
Add stdatomic.h

diffstat:

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

diffs (19 lines):

diff -r f192790e30e2 -r 647e9136af42 external/gpl3/gcc.old/usr.bin/include/Makefile
--- a/external/gpl3/gcc.old/usr.bin/include/Makefile    Wed Oct 04 23:04:42 2017 +0000
+++ b/external/gpl3/gcc.old/usr.bin/include/Makefile    Wed Oct 04 23:43:23 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2017/07/23 01:12:23 mrg Exp $
+#      $NetBSD: Makefile,v 1.6 2017/10/04 23:43:23 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -8,6 +8,9 @@
 
 INCS= ${G_EXTRA_HEADERS:T}
 
+# Part of the standard headers, the rest of wich 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