mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Expose MACHINE_CPU while building lib32 target.
This commit is contained in:
parent
a9b8ae9a0c
commit
e56900fc9f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=205622
@ -283,6 +283,7 @@ LIB32WMAKEENV= MAKEOBJDIRPREFIX=${OBJTREE}/lib32 \
|
||||
VERSION="${VERSION}" \
|
||||
MACHINE=i386 \
|
||||
MACHINE_ARCH=i386 \
|
||||
MACHINE_CPU="i686 mmx sse sse2" \
|
||||
INSTALL="sh ${.CURDIR}/tools/install.sh" \
|
||||
PATH=${TMPPATH} \
|
||||
CC="${CC} ${LIB32FLAGS}" \
|
||||
|
Loading…
Reference in New Issue
Block a user