Remove duplicate lines.

This commit is contained in:
nakayama 2021-05-03 08:44:05 +00:00
parent 0cdd944264
commit ed748a1dd8
2 changed files with 2 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.serverlib,v 1.3 2021/04/13 07:53:59 mrg Exp $ # $NetBSD: Makefile.serverlib,v 1.4 2021/05/03 08:44:05 nakayama Exp $
.include <bsd.own.mk> # for NETBSDSRCDIR and mk.conf processing .include <bsd.own.mk> # for NETBSDSRCDIR and mk.conf processing
@ -27,6 +27,3 @@ CPPFLAGS+= -D__GLX_ALIGN64
# IOPortBase is particularly annoying to fix # IOPortBase is particularly annoying to fix
COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :} COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :}
# IOPortBase is particularly annoying to fix
COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.servermod,v 1.3 2021/04/13 07:53:59 mrg Exp $ # $NetBSD: Makefile.servermod,v 1.4 2021/05/03 08:44:05 nakayama Exp $
.include <bsd.own.mk> # For /etc/mk.conf processing .include <bsd.own.mk> # For /etc/mk.conf processing
@ -24,8 +24,5 @@ moduleinstall::
CPPFLAGS+= ${X11FLAGS.LOADABLE} CPPFLAGS+= ${X11FLAGS.LOADABLE}
.endif .endif
# IOPortBase is particularly annoying to fix
# IOPortBase is particularly annoying to fix # IOPortBase is particularly annoying to fix
COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :} COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :}
COPTS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -fcommon :}