svn commit: r395444 - in head/lang/spidermonkey170: . files
Jan Beich
jbeich at FreeBSD.org
Fri Aug 28 00:04:26 UTC 2015
Brad Davis <brd at FreeBSD.org> writes:
> Author: brd
> Date: Thu Aug 27 21:09:48 2015
> New Revision: 395444
> URL: https://svnweb.freebsd.org/changeset/ports/395444
>
> Log:
> Fix ARM build of lang/spidermoney170 by using GCC until clang is fixed.
[...]
> +# ARM needs GCC until https://llvm.org/bugs/show_bug.cgi?id=23244 is fixed
> +.if ${ARCH} == "armv6"
> +USE_GCC= yes
> +.endif
USE_GCC is unsafe if ${ARCH} in question ever switches to libc++.
This can result in crashes due to mixing different C++ library
implementations at runtime.
Did you test it? If not try one of interactive modes in poudriere (-I/-i)
and actually run js17 binary within armv6 jail.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20150828/9afdc342/attachment.bin>
More information about the svn-ports-head
mailing list