bsd.compat.mk: Remove obsolete COMPAT_32BIT now it's unused
See commit 8fad2cda93 ("bsd.compat.mk: Provide new CPP and sub-make
variables") for the context behind this change.
Reviewed by: emaste, brooks, jhb
Differential Revision: https://reviews.freebsd.org/D40932
This commit is contained in:
@@ -68,9 +68,7 @@ LIB32WMAKEFLAGS= \
|
||||
LIB32WMAKEFLAGS+= NM="${XNM}"
|
||||
LIB32WMAKEFLAGS+= OBJCOPY="${XOBJCOPY}"
|
||||
|
||||
LIB32CFLAGS= -DCOMPAT_32BIT
|
||||
LIB32DTRACE= ${DTRACE} -32
|
||||
LIB32WMAKEFLAGS+= -DCOMPAT_32BIT
|
||||
LIB32_MACHINE_ABI= ${MACHINE_ABI:N*64} long32 ptr32
|
||||
.if ${COMPAT_ARCH} == "amd64"
|
||||
LIB32_MACHINE_ABI+= time32
|
||||
|
||||
Reference in New Issue
Block a user