Home | History | Annotate | Line # | Download | only in librt
Makefile.inc revision 1.2
      1 #	$NetBSD: Makefile.inc,v 1.2 2020/09/07 00:18:26 mrg Exp $
      2 
      3 LLVM_TOPLEVEL:=	${.PARSEDIR}/..
      4 NOSTATICLIB=	yes
      5 
      6 .include "${LLVM_TOPLEVEL}/lib/Makefile.inc"
      7 .include "${LLVM_TOPLEVEL}/lib/${.CURDIR:T}/Makefile"
      8 
      9 CWARNFLAGS.gcc+=	${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-error=init-list-lifetime :}
     10