summaryrefslogtreecommitdiff
path: root/external/gpl3/gcc/lib/libstdc++-v3/include/backward/Makefile
blob: a14c964a8c1e0808f7c836a1028661563d9e49b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.7 2020/09/09 07:23:45 mrg Exp $

.include <bsd.init.mk>

.include "${.CURDIR}/../../arch/${GCC_MACHINE_ARCH}/defs.mk"

.cc: # disable .cc->NULL transform

INCS=		${G_backward_headers}
INCSDIR=	/usr/include/g++/backward

.include "${.CURDIR}/../Makefile.includes"
joerg 2011-08-07Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN.rmind 2011-07-29add a function to get the size of the flash deviceahoka 2011-07-15Add support for CFI NOR, using MPC8536DS as initial example.cliff 2011-06-28dont define FLASH_DEBUG in headerahoka 2011-06-28use proper format stringahoka 2011-06-28Refactor flash and nand driver, so we can reuse the io thread codeahoka 2011-06-28use nosizeahoka 2011-06-12Use %# instead of 0x%matt 2011-04-26remove some debug printf leftoverahoka 2011-04-04Fix badblock checkingahoka 2011-03-30Whitespace.uebayasi 2011-02-26Import the Flash and NAND subsytem code contributed by the Universityahoka