hppa feels happier with this at low optimization also

This commit is contained in:
deraadt 2019-03-13 01:20:50 +00:00
parent 39b0e28e56
commit 2987dd6f92

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.24 2019/03/06 10:39:52 jsg Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.25 2019/03/13 01:20:50 deraadt Exp $
.include <bsd.own.mk>
.include <bsd.xconf.mk>
@ -71,6 +71,10 @@ CONFIGURE_ARGS+= USER_CFLAGS="-O0 ${O2}"
CONFIGURE_ARGS+= USER_CFLAGS="-O0"
.endif
.if ${MACHINE_ARCH} == hppa
CONFIGURE_ARGS+= USER_CFLAGS="-O0"
.endif
${.OBJDIR}/src/util/format_srgb.c:
lndir -s -e obj -e obj.${MACHINE_ARCH} -e Makefile.bsd-wrapper ${.CURDIR}