View | Details | Raw Unified | Return to bug 115581
Collapse All | Expand All

(-)Makefile.inc1 (-1 / +1 lines)
Lines 238-244 Link Here
238
.else
238
.else
239
LIB32CPUTYPE=	${TARGET_CPUTYPE}
239
LIB32CPUTYPE=	${TARGET_CPUTYPE}
240
.endif
240
.endif
241
LIB32FLAGS=	-m32 -march=${LIB32CPUTYPE} -mfancy-math-387 -DCOMPAT_32BIT \
241
LIB32FLAGS=	-m32 -march=${LIB32CPUTYPE} -mfancy-math-387 -funsafe-math-optimizations -DCOMPAT_32BIT \
242
		-iprefix ${LIB32TMP}/usr/ \
242
		-iprefix ${LIB32TMP}/usr/ \
243
		-L${LIB32TMP}/usr/lib32 \
243
		-L${LIB32TMP}/usr/lib32 \
244
		-B${LIB32TMP}/usr/lib32
244
		-B${LIB32TMP}/usr/lib32

Return to bug 115581