Author: brooks
Date: Thu Nov 7 23:50:33 2019
New Revision: 354518
URL: https://svnweb.freebsd.org/changeset/base/354518
Log:
Fix the ARCH check for LIB32 from Makefile.inc1.
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Thu Nov 7 23:39:33 2019 (r354517)
+++ head/Makefile.inc1 Thu Nov 7 23:50:33 2019 (r354518)
@@ -803,6 +803,7 @@ XCFLAGS+= ${BFLAGS}
.endif
.if ${MK_LIB32} == "yes"
+.error WTF
_LIBCOMPAT= 32
.include "Makefile.libcompat"
.elif ${MK_LIBSOFT} == "yes"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"