svn commit: r466699 - in head/devel: aarch64-none-elf-gcc arm-none-eabi-gcc powerpc64-gcc

John Baldwin jhb at freebsd.org
Mon Apr 9 19:52:49 UTC 2018


On Sunday, April 08, 2018 06:31:36 PM Kyle Evans wrote:
> On Fri, Apr 6, 2018 at 7:26 PM, John Baldwin <jhb at freebsd.org> wrote:
> > Author: jhb (src,doc committer)
> > Date: Sat Apr  7 00:26:46 2018
> > New Revision: 466699
> > URL: https://svnweb.freebsd.org/changeset/ports/466699
> >
> > Log:
> >   Fix two more issues with r465416.
> >
> >   - Force build of a cross-compiler by defining CROSS_DIRECTORY_STRUCTURE
> >     in CFLAGS even if the build host matches the build target.  This
> >     fixes such a cross compiler to not include /usr/local/lib in its default
> >     library path (e.g. amd64-gcc when built on amd64).
> >   - Don't remove the include-fixed headers for the aarch64-none-elf-gcc
> >     and arm-none-eabi-gcc packages.
> >   - Bump PORTREVISION.
> >
> >   Reported by:  kevans (2)
> >   Reviewed by:  bdrewery, kevans
> >   Differential Revision:        https://reviews.freebsd.org/D14925
> >
> 
> Hey John,
> 
> Do you mind MFH'ing this to 2018Q2 to unbreak arm-none-eabi-newlib in
> quarterly, or may I MFH it? I've CC'd ports-secteam@ to get approval
> for this.

You can merge it, sure.

-- 
John Baldwin


More information about the svn-ports-head mailing list