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/pixman avoid ICE on sh3.



details:   https://anonhg.NetBSD.org/src/rev/312828878370
branches:  trunk
changeset: 944027:312828878370
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Sep 15 05:14:19 2020 +0000

description:
avoid ICE on sh3.

diffstat:

 external/mit/xorg/lib/pixman/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 49d2ccf09eca -r 312828878370 external/mit/xorg/lib/pixman/Makefile
--- a/external/mit/xorg/lib/pixman/Makefile     Tue Sep 15 05:08:07 2020 +0000
+++ b/external/mit/xorg/lib/pixman/Makefile     Tue Sep 15 05:14:19 2020 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index