Date: Fri, 28 Aug 2015 02:03:49 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Brad Davis <brd@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395444 - in head/lang/spidermonkey170: . files Message-ID: <y4gw-gty2-wny@FreeBSD.org> In-Reply-To: <201508272109.t7RL9m9x048190@repo.freebsd.org> (Brad Davis's message of "Thu, 27 Aug 2015 21:09:48 %2B0000 (UTC)") References: <201508272109.t7RL9m9x048190@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-= Content-Type: text/plain Brad Davis <brd@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. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJV36VmXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3b1igH/iks5L4lYp3yIiBzMBM3OqdY Nj1op9WNdeotOb+ST6i+siH/YEcuJ7UXdI+PRMSHbDWEFDUnPS7qYF0+hrr/qIGt /UnJE5Fn4AuIgRIaDANJkw4IlXOKfkfZaPT5FRMENQnWBMlpjZ/A6c1brKzwSDsv uO0ISZiqwghLMqciwzZ6zySl2FPJSmlFgJAOEjpvB1Iod+tEU9RmU2AhihB13vMM k6+rKO5WInRBqnJgn3uFqcYm6tir/fv2SGnyvwnQ5oB159vCwJPLUj4Fxwi1v7OW jXRVzbGehoX4OVTfez2O4cWn43UsxxRkWDj6Xu8NaSoyjaCf3jfCJmaUYnTUfp0= =f3wB -----END PGP SIGNATURE----- --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?y4gw-gty2-wny>