Fix the ARCH check for LIB32 from Makefile.inc1.

This commit is contained in:
Brooks Davis 2019-11-07 23:50:33 +00:00
parent ad27496d29
commit 99519f2120
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354518

View File

@ -803,6 +803,7 @@ XCFLAGS+= ${BFLAGS}
.endif
.if ${MK_LIB32} == "yes"
.error WTF
_LIBCOMPAT= 32
.include "Makefile.libcompat"
.elif ${MK_LIBSOFT} == "yes"