Module Name: src
Committed By: christos
Date: Mon Oct 28 18:38:54 UTC 2019
Modified Files:
src/external/mit/xorg/lib/gallium: Makefile
Log Message:
another vax optimizer hack.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/external/mit/xorg/lib/gallium/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/gallium/Makefile
diff -u src/external/mit/xorg/lib/gallium/Makefile:1.35 src/external/mit/xorg/lib/gallium/Makefile:1.36
--- src/external/mit/xorg/lib/gallium/Makefile:1.35 Tue Sep 24 15:29:41 2019
+++ src/external/mit/xorg/lib/gallium/Makefile Mon Oct 28 14:38:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2019/09/24 19:29:41 maya Exp $
+# $NetBSD: Makefile,v 1.36 2019/10/28 18:38:54 christos Exp $
# Link the gallium mega driver.
@@ -1186,6 +1186,9 @@ SYMLINKS+= gallium_dri.so.${SHLIB_MAJOR}
COPTS+= ${${ACTIVE_CC} == "clang":? -Wa,-Av8plus :}
.endif
+.if ${MACHINE_ARCH} == "vax"
+COPTS.nir.c += -O1
+.endif
.include <bsd.lib.mk>
# Don't regenerate c files