mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Option MK_LIB32 only exists on amd64.
This commit is contained in:
parent
d05ad2ab4d
commit
a6a3b057da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157083
@ -178,6 +178,10 @@ COMPRESS_EXT?= .gz
|
||||
# The NO_* variables should only be set by makefiles.
|
||||
#
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
_LIB32= LIB32
|
||||
.endif
|
||||
|
||||
#
|
||||
# Supported NO_* options (if defined, MK_* will be forced to "no",
|
||||
# regardless of user's setting).
|
||||
@ -232,7 +236,7 @@ WITHOUT_${var}=
|
||||
IPFILTER \
|
||||
IPX \
|
||||
KERBEROS \
|
||||
LIB32 \
|
||||
${_LIB32} \
|
||||
LIBC_R \
|
||||
LIBPTHREAD \
|
||||
LIBTHR \
|
||||
@ -318,7 +322,7 @@ WITH_IDEA=
|
||||
IPFILTER \
|
||||
IPX \
|
||||
KERBEROS \
|
||||
LIB32 \
|
||||
${_LIB32} \
|
||||
LIBC_R \
|
||||
LIBPTHREAD \
|
||||
LIBTHR \
|
||||
|
Loading…
Reference in New Issue
Block a user