Add back missing -m32 for amd64 and powerpc64 that was lost
in the move to bsd.stand.mk.
This commit is contained in:
parent
1604109813
commit
8e02eade2d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user