diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-03-13 01:20:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-03-13 01:20:51 +0000 |
commit | 4a6af118c4c7e8165b06288dd6aa1b68961b474a (patch) | |
tree | f4c2db25369ef73639c619be2631be043d3ed093 /lib | |
parent | 5a9bcff2a867b375712dd1873324208fed67708a (diff) |
hppa feels happier with this at low optimization also
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mesa/Makefile.bsd-wrapper | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/mesa/Makefile.bsd-wrapper b/lib/mesa/Makefile.bsd-wrapper index 8f6fc07ce..3dba46cf4 100644 --- a/lib/mesa/Makefile.bsd-wrapper +++ b/lib/mesa/Makefile.bsd-wrapper @@ -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} |