mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
Exclude sys/boot for amd64. There are still toolchain issues to deal
with. In theory, gcc -m32 should work, but for now, do not tempt fate. Approved by: re (scottl)
This commit is contained in:
parent
203fc38a60
commit
34da59975b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114832
@ -1,7 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR=
|
||||
# The boot loader
|
||||
SUBDIR= boot
|
||||
.if ${MACHINE_ARCH} != "amd64"
|
||||
SUBDIR+=boot
|
||||
.endif
|
||||
|
||||
# KLD modules build for both a.out and ELF
|
||||
.if defined(MODULES_WITH_WORLD)
|
||||
|
Loading…
Reference in New Issue
Block a user