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/cec1c477e728
branches: trunk
changeset: 814590:cec1c477e728
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 1a43fbe4ef00 -r cec1c477e728 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