View | Details | Raw Unified | Return to bug 227920 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.libcompat (+3 lines)
Lines 36-41 Link Here
36
36
37
37
38
LIB32CFLAGS=	-m32 -DCOMPAT_32BIT
38
LIB32CFLAGS=	-m32 -DCOMPAT_32BIT
39
.if ${TARGET} != ${MACHINE} && ${X_COMPILER_TYPE} == "clang"
40
LIB32CFLAGS+=	-target ${TARGET}-unknown-freebsd11.1
41
.endif
39
LIB32DTRACE=	${DTRACE} -32
42
LIB32DTRACE=	${DTRACE} -32
40
LIB32WMAKEFLAGS+=	-DCOMPAT_32BIT
43
LIB32WMAKEFLAGS+=	-DCOMPAT_32BIT
41
44

Return to bug 227920