mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Build the BERI boot loader on 64-bit MIPS (but not 32-bit MIPS). While
these binaries aren't immediately useful on other MIPSes, still build them as part of mips64 world in order to expose them to tinderbox. MFC after: 3 weeks Sponsored by: DARPA, AFRL
This commit is contained in:
parent
2c93e2a3bc
commit
d4b64c8983
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262406
@ -1,6 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if 0
|
||||
#
|
||||
# The BERI boot loader port works only on 64-bit MIPS; not a hard port to
|
||||
# 32-bit if someone is interested. Build on all 64-bit MIPS platforms to
|
||||
# ensure it gets adequate build-test coverage.
|
||||
#
|
||||
.if ${MACHINE_ARCH} == "mips64"
|
||||
SUBDIR= beri
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user