pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/mozjs78 mozjs78: note powerpc atomic support is i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9258240f6260
branches:  trunk
changeset: 443411:9258240f6260
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Dec 12 02:25:36 2020 +0000

description:
mozjs78: note powerpc atomic support is incomplete

diffstat:

 lang/mozjs78/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 216c7f96fc18 -r 9258240f6260 lang/mozjs78/Makefile
--- a/lang/mozjs78/Makefile     Sat Dec 12 02:01:57 2020 +0000
+++ b/lang/mozjs78/Makefile     Sat Dec 12 02:25:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/12/05 12:08:55 nia Exp $
+# $NetBSD: Makefile,v 1.12 2020/12/12 02:25:36 gutteridge Exp $
 
 DISTNAME=      mozjs78_78.4.0.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -44,6 +44,8 @@
 CXXFLAGS+=             -march=i586
 .endif
 
+# XXX This does not work entirely correctly at present. There are
+# 26 atomic type test failures on powerpc, where these pass on i386.
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc)
 # 64 bit atomics
 .include "../../devel/libatomic/buildlink3.mk"



Home | Main Index | Thread Index | Old Index