Add back missing -m32 for amd64 and powerpc64 that was lost

in the move to bsd.stand.mk.
This commit is contained in:
imp 2015-08-28 14:50:36 +00:00
parent 1604109813
commit 8e02eade2d

View File

@ -19,6 +19,9 @@ LIB= stand
INTERNALLIB=
MK_PROFILE= no
NO_PIC=
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
CFLAGS+= -m32 -I.
.endif
WARNS?= 0