use -fcommon here.
This commit is contained in:
parent
72ab974e26
commit
0559215e96
4
external/cddl/osnet/Makefile.inc
vendored
4
external/cddl/osnet/Makefile.inc
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.5 2019/06/29 20:50:01 sevan Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.6 2021/04/13 04:52:00 mrg Exp $
|
||||
# $FreeBSD: head/cddl/Makefile.inc 270358 2014-08-22 20:04:51Z delphij $
|
||||
|
||||
WARNS?=5
|
||||
@ -9,3 +9,5 @@ OPENSOLARIS_USR_DISTDIR=${OSNETDIR}/dist
|
||||
OPENSOLARIS_SYS_DISTDIR=${OSNETDIR}/dist
|
||||
|
||||
CPPFLAGS+=-Wno-unknown-pragmas -Wno-sign-compare -D_KERNTYPES
|
||||
|
||||
COPTS+= -fcommon
|
||||
|
4
external/cddl/osnet/Makefile.zfs
vendored
4
external/cddl/osnet/Makefile.zfs
vendored
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.zfs,v 1.9 2019/06/22 09:48:39 hannken Exp $
|
||||
# $NetBSD: Makefile.zfs,v 1.10 2021/04/13 04:52:00 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -56,3 +56,5 @@ LIBUUTIL_SRCDIR= ${ZFSDIR}/lib/libuutil
|
||||
LIBZFS_SRCDIR= ${ZFSDIR}/lib/libzfs
|
||||
LIBZFS_CORE_SRCDIR= ${ZFSDIR}/lib/libzfs_core
|
||||
LIBZPOOL_SRCDIR= ${ZFSDIR}/lib/libzpool
|
||||
|
||||
COPTS+= -fcommon
|
||||
|
Loading…
Reference in New Issue
Block a user