Module Name:    src
Committed By:   macallan
Date:           Wed Mar 30 16:19:06 UTC 2016

Modified Files:
        src/external/mit/xorg/lib/pixman: Makefile

Log Message:
Loongson MMI code needs -Wa,-mhard-float now


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 src/external/mit/xorg/lib/pixman/Makefile:1.35
--- src/external/mit/xorg/lib/pixman/Makefile:1.34	Sat Nov  7 20:45:03 2015
+++ src/external/mit/xorg/lib/pixman/Makefile	Wed Mar 30 16:19:06 2016
@@ -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 @@ AFLAGS+=	${${ACTIVE_CC} == "clang" :? -f
 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

Reply via email to