remove HAVE_GCC=45 fragment.
This commit is contained in:
parent
cefb9995f4
commit
f0a309f213
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.40 2014/04/08 15:34:18 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.41 2015/04/16 08:38:36 mrg Exp $
|
||||
|
||||
S?= ${.CURDIR}/../../../..
|
||||
|
||||
@ -54,9 +54,6 @@ lib${LIB}.o:: ${OBJS}
|
||||
@${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
|
||||
|
||||
# XXX
|
||||
.if ${HAVE_GCC:U} == 45
|
||||
COPTS.biosdisk.c+= -fno-strict-aliasing
|
||||
.endif
|
||||
.if ${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U} == 48
|
||||
COPTS.biosdisk_ll.c+= -O0
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user