Set -m32 in MD LIB32CPUCFLAGS rather than MI LIB32CFLAGS.
authorjhb <jhb@FreeBSD.org>
Fri, 6 Jan 2017 23:20:59 +0000 (23:20 +0000)
committerjhb <jhb@FreeBSD.org>
Fri, 6 Jan 2017 23:20:59 +0000 (23:20 +0000)
commit9f7f2f2cc0030493852b27e6c09282a75e2df498
tree0556c631f248e64649270516d202103519439d5c
parent9a56cbcc17000eaa54e82989ac124e929dfa5fe6
Set -m32 in MD LIB32CPUCFLAGS rather than MI LIB32CFLAGS.

Both amd64 and powerpc64 use -m32 to compile 32-bit binaries, but not
all platforms follow this convention.  Move the -m32 compile flag into
the per-architecture flags to accomodate other architectures.

Sponsored by: DARPA / AFRL
Makefile.libcompat