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 Loongson MMI code needs -Wa, -mh...



details:   https://anonhg.NetBSD.org/src/rev/0ee86b3cc66a
branches:  trunk
changeset: 344448:0ee86b3cc66a
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Mar 30 16:19:06 2016 +0000

description:
Loongson MMI code needs -Wa,-mhard-float now

diffstat:

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

diffs (18 lines):

diff -r 0957cf1bbb2b -r 0ee86b3cc66a external/mit/xorg/lib/pixman/Makefile
--- a/external/mit/xorg/lib/pixman/Makefile     Wed Mar 30 13:05:09 2016 +0000
+++ b/external/mit/xorg/lib/pixman/Makefile     Wed Mar 30 16:19:06 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.34 2015/11/07 20:45:03 szptvlfn Exp $
+#      $NetBSD: Makefile,v 1.35 2016/03/30 16:19:06 macallan Exp $
 
 NOLINT=        1       # defined
 
@@ -95,7 +95,7 @@
 SRCS+=         pixman-mmx.c
 CPPFLAGS+=     -DUSE_LOONGSON_MMI
 # SIMD instructions use floatpoint registers so we need to enable their use
-COPTS.pixman-mmx.c=    -march=loongson2f -mhard-float
+COPTS.pixman-mmx.c=    -march=loongson2f -mhard-float -Wa,-mhard-float
 .endif
 
 INCS=  pixman.h pixman-version.h



Home | Main Index | Thread Index | Old Index