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