Re: git: fabbde505ba1 - main - devel/freebsd-gcc12: External FreeBSD toolchain based on GCC 12.
Date: Tue, 16 Aug 2022 19:41:25 UTC
The target triple is powerpc64le-unknown-freebsd. Please look at the attached patch. On 22-08-16 11:02:24, John Baldwin wrote: > On 8/12/22 2:48 PM, Piotr Kubaj wrote: > > Why not powerpc64le? > > I haven't tried to add that one yet. It's probably not hard to add. > The main things I would need to know are the right target triple used > to build. However, just getting src to build with GCC at all is a bit > of a challenge atm as clang doesn't build with GCC when using libc++ > (as these ports do). > > > On 22-08-12 17:27:49, John Baldwin wrote: > >> The branch main has been updated by jhb (doc, src committer): > >> > >> URL: https://cgit.FreeBSD.org/ports/commit/?id=fabbde505ba16b6156ecf55dc9f1d6bf01679861 > >> > >> commit fabbde505ba16b6156ecf55dc9f1d6bf01679861 > >> Author: John Baldwin <jhb@FreeBSD.org> > >> AuthorDate: 2022-08-12 17:27:18 +0000 > >> Commit: John Baldwin <jhb@FreeBSD.org> > >> CommitDate: 2022-08-12 17:27:18 +0000 > >> > >> devel/freebsd-gcc12: External FreeBSD toolchain based on GCC 12. > >> > >> This port provides external GCC toolchains for GCC 12.1.0 for the > >> aarch64, amd64, armv6, armv7, i386, powerpc, powerpc64, and riscv64 > >> platforms. > >> > >> Reviewed by: lwhsu > >> Differential Revision: https://reviews.freebsd.org/D35685 > > -- > John Baldwin