Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/gallium another vax optimizer hack.



details:   https://anonhg.NetBSD.org/src/rev/22b695c42f63
branches:  trunk
changeset: 460594:22b695c42f63
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 28 18:38:54 2019 +0000

description:
another vax optimizer hack.

diffstat:

 external/mit/xorg/lib/gallium/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 926b0443a0f4 -r 22b695c42f63 external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile    Mon Oct 28 18:38:43 2019 +0000
+++ b/external/mit/xorg/lib/gallium/Makefile    Mon Oct 28 18:38:54 2019 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index