diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2016-01-15 17:21:31 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2016-01-15 17:21:31 +0000 |
commit | bd2438dfff19c9d803a8f900250e32351be782cc (patch) | |
tree | 4d9d750afb49d725bc3d5ac28ca24fb11810d143 /share/xml/freebsd.ent | |
parent | 80bf78f598b11369515912703b72ddbe46b7709a (diff) |
Add arm64 and riscv to the list of supported architectures in the
committers guide.
Reviewed by: allanjude, gjb
Approved by: core (gnn)
Differential Revision: https://reviews.freebsd.org/D4955
Notes
Notes:
svn path=/head/; revision=48027
Diffstat (limited to 'share/xml/freebsd.ent')
-rw-r--r-- | share/xml/freebsd.ent | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/xml/freebsd.ent b/share/xml/freebsd.ent index 173fc4da6b..7442ee96c1 100644 --- a/share/xml/freebsd.ent +++ b/share/xml/freebsd.ent @@ -30,12 +30,14 @@ used in both environments. <!ENTITY arch.alpha "alpha"> <!ENTITY arch.amd64 "amd64"> <!ENTITY arch.arm "arm"> +<!ENTITY arch.arm64 "arm64"> <!ENTITY arch.i386 "i386"> <!ENTITY arch.ia64 "ia64"> <!ENTITY arch.mips "mips"> <!ENTITY arch.pc98 "pc98"> <!ENTITY arch.powerpc "powerpc"> <!ENTITY arch.powerpc64 "powerpc64"> +<!ENTITY arch.riscv "riscv"> <!ENTITY arch.sparc64 "sparc64"> <!ENTITY arch.sun4v "sun4v"> |