pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/spidermonkey52 lang/spidermonkey52: amend a comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65f91a464982
branches:  trunk
changeset: 317812:65f91a464982
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Jan 16 04:24:28 2019 +0000

description:
lang/spidermonkey52: amend a comment

GCC 6 had PowerPC build fixes applied recently in pkgsrc.

diffstat:

 lang/spidermonkey52/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 420ac31d94c7 -r 65f91a464982 lang/spidermonkey52/Makefile
--- a/lang/spidermonkey52/Makefile      Wed Jan 16 02:00:48 2019 +0000
+++ b/lang/spidermonkey52/Makefile      Wed Jan 16 04:24:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/01/16 02:00:48 gutteridge Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/16 04:24:28 gutteridge Exp $
 
 DISTNAME=      mozjs-52.7.4
 PKGREVISION=   6
@@ -40,8 +40,7 @@
 CXXFLAGS+=             -march=i586
 .elif ${MACHINE_ARCH} == "powerpc"
 # PowerPC doesn't have the necessary hardware-backed atomics, it needs
-# GCC's libatomic. pkgsrc's GCC 6 build fails at present on
-# NetBSD 8.0/powerpc, but others >= 4.8 work; tested with 4.8.5 and 7.3.
+# GCC's libatomic. Tested with GCC 4.8.5 and 7.3 on NetBSD 8.0/powerpc.
 GCC_REQD+=             4.8
 USE_PKGSRC_GCC=                yes
 USE_PKGSRC_GCC_RUNTIME=        yes



Home | Main Index | Thread Index | Old Index