diff options
author | John Baldwin <jhb@FreeBSD.org> | 2019-12-18 21:16:38 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2019-12-18 21:16:38 +0000 |
commit | df85d7367e674d8ae11904dd0a1a451213f80e92 (patch) | |
tree | a45d513f399beccc3cea85cbb8d50dab19651f14 /devel/freebsd-gcc9/pkg-plist.amd64 | |
parent | b6ba6361c8ab2ad5cdf29523407f8355c08e5cbb (diff) | |
download | ports-df85d7367e674d8ae11904dd0a1a451213f80e92.tar.gz ports-df85d7367e674d8ae11904dd0a1a451213f80e92.zip |
Add a new port for an external FreeBSD toolchain based on GCC 9.
This port provides external GCC toolchains for GCC 9.2.0 for the aarch64,
amd64, i386, mips, mips64, powerpc, powerpc64, riscv64, and sparc64
platforms.
Note that at present I am not yet able to build a full FreeBSD system
on any of these platforms, but it will be easier to debug the remaining
issues (which may be issues to fix in FreeBSD rather than the port) with
the packages available to other developers.
Reviewed by: bapt, cem
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D22863
Notes
Notes:
svn path=/head/; revision=520398
Diffstat (limited to 'devel/freebsd-gcc9/pkg-plist.amd64')
-rw-r--r-- | devel/freebsd-gcc9/pkg-plist.amd64 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/freebsd-gcc9/pkg-plist.amd64 b/devel/freebsd-gcc9/pkg-plist.amd64 new file mode 100644 index 000000000000..421caaf7d406 --- /dev/null +++ b/devel/freebsd-gcc9/pkg-plist.amd64 @@ -0,0 +1,3 @@ +%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/biarch64.h +%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/%%OPSYS%%64.h +%%PLUGINS%%lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/i386/x86-64.h |