From b2c2916bfaa5e67c5c32fc7d6d8a56899ebbb351 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 6 Apr 2005 01:41:08 +0000 Subject: Fix the lib32 build for amd64 after v1.238 of src/include/Makefile (imp). That change exposed the fact that I'd forgotten to set $MACHINE here. --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index eb5f56b..6c8efc5 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -223,6 +223,7 @@ LIB32OBJC= ${LIB32PREFLAGS} -I${LIB32TMP}/usr/include/objc \ # Yes, the flags are redundant. LIB32MAKEENV= MAKEOBJDIRPREFIX=${OBJTREE}/lib32 \ _SHLIBDIRPREFIX=${LIB32TMP} \ + MACHINE=i386 \ MACHINE_ARCH=i386 \ INSTALL="sh ${.CURDIR}/tools/install.sh" \ PATH=${TMPPATH} \ -- cgit v1.1