Module Name: src
Committed By: christos
Date: Wed Oct 4 23:43:23 UTC 2017
Modified Files:
src/external/gpl3/gcc.old/usr.bin/include: Makefile
Log Message:
Add stdatomic.h
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc.old/usr.bin/include/Makefile
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.old/usr.bin/include/Makefile
diff -u src/external/gpl3/gcc.old/usr.bin/include/Makefile:1.5 src/external/gpl3/gcc.old/usr.bin/include/Makefile:1.6
--- src/external/gpl3/gcc.old/usr.bin/include/Makefile:1.5 Sat Jul 22 21:12:23 2017
+++ src/external/gpl3/gcc.old/usr.bin/include/Makefile Wed Oct 4 19:43:23 2017
@@ -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