Module Name: src
Committed By: mrg
Date: Tue Sep 15 05:14:19 UTC 2020
Modified Files:
src/external/mit/xorg/lib/pixman: Makefile
Log Message:
avoid ICE on sh3.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/external/mit/xorg/lib/pixman/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/pixman/Makefile
diff -u src/external/mit/xorg/lib/pixman/Makefile:1.35 src/external/mit/xorg/lib/pixman/Makefile:1.36
--- src/external/mit/xorg/lib/pixman/Makefile:1.35 Wed Mar 30 16:19:06 2016
+++ src/external/mit/xorg/lib/pixman/Makefile Tue Sep 15 05:14:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2016/03/30 16:19:06 macallan Exp $
+# $NetBSD: Makefile,v 1.36 2020/09/15 05:14:19 mrg Exp $
NOLINT= 1 # defined
@@ -98,6 +98,11 @@ CPPFLAGS+= -DUSE_LOONGSON_MMI
COPTS.pixman-mmx.c= -march=loongson2f -mhard-float -Wa,-mhard-float
.endif
+.if ${MACHINE_CPU} == "sh3"
+# XXX pixman-fast-path.c:1204:1: internal compiler error: Segmentation fault
+COPTS.pixman-fast-path.c+= -O1
+.endif
+
INCS= pixman.h pixman-version.h
INCSDIR=${X11INCDIR}/pixman-1