Do not exclude amd64 from rtld-elf builds.
Approved by: re (safe amd64 support commits)
This commit is contained in:
parent
0c9262fefa
commit
469c0a1ad7
@ -29,7 +29,7 @@ SUBDIR= atrun \
|
||||
tftpd \
|
||||
ypxfr
|
||||
|
||||
.if ${MACHINE_ARCH} != amd64 && !defined(NOPIC)
|
||||
.if !defined(NOPIC)
|
||||
SUBDIR+=rtld-elf
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user