Date: Wed, 9 Oct 2019 20:15:40 +0000 From: Brooks Davis <brooks@freebsd.org> To: Antoine Brodin <antoine@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r514180 - head/devel/llvm70 Message-ID: <20191009201540.GC15380@spindle.one-eyed-alien.net> In-Reply-To: <201910091812.x99ICVch034580@repo.freebsd.org> References: <201910091812.x99ICVch034580@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks for the fix and sorry for the breakage. -- Brooks On Wed, Oct 09, 2019 at 06:12:31PM +0000, Antoine Brodin wrote: > Author: antoine > Date: Wed Oct 9 18:12:31 2019 > New Revision: 514180 > URL: https://svnweb.freebsd.org/changeset/ports/514180 >=20 > Log: > Unbreak INDEX >=20 > Modified: > head/devel/llvm70/Makefile >=20 > Modified: head/devel/llvm70/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/llvm70/Makefile Wed Oct 9 18:02:25 2019 (r514179) > +++ head/devel/llvm70/Makefile Wed Oct 9 18:12:31 2019 (r514180) > @@ -210,7 +210,7 @@ MAN1SRCS+=3D bugpoint.1 dsymutil.1 llc.1 lli.1 llvm-a= r.1 > =20 > # Use lld for armv6 on clang 7 and up to avoid binutils ld issues > # PR: 235282 > -if ${COMPILER_TYPE} =3D=3D clang && ${COMPILER_VERSION} >=3D 70 > +.if ${COMPILER_TYPE} =3D=3D clang && ${COMPILER_VERSION} >=3D 70 > LDFLAGS_armv6=3D-fuse-ld=3Dlld > .endif > =20 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >=20 --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJdnj/rAAoJEKzQXbSebgfAqhYH/ikp3Ap+o7kDL8JHnqEYY5LI rNT50dhbmsv/wUVOdwY9tEUsud+KLNidkkKkJwC7KBZj6Xba/yC/dD3L5vkiLInb i/HvUGPW5i2K4SWGE3LuKLDGLtng9c44mW/dCjEfIPrLG7JIQmEafpEkSTDTjuda ZY6qbEOV9at9IKUp0HE+6rP5Xb6WTzVhE78MV3/axUxCMZFPCU2Bz9vB+sUnDgJF kZa+N2wyBlh4Z99qCgKRp0H1iHSufSA/6MzhQUCJcCW6fRlWUISgpTU1IginygYO hTI22Qxwwhh9iGBSDfMiavWYl9mR79gREkpCxT6IE5YbjNX2AQYG4Lgu0lpEqVQ= =Bb0J -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191009201540.GC15380>