From 507caaad529ef20dc45ecc6ef5a9c87dcb51226d Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 4 Oct 2017 23:43:23 +0000 Subject: [PATCH] Add stdatomic.h --- external/gpl3/gcc.old/usr.bin/include/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/external/gpl3/gcc.old/usr.bin/include/Makefile b/external/gpl3/gcc.old/usr.bin/include/Makefile index 9810df15e958..36034c04c393 100644 --- a/external/gpl3/gcc.old/usr.bin/include/Makefile +++ b/external/gpl3/gcc.old/usr.bin/include/Makefile @@ -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