View | Details | Raw Unified | Return to bug 154364 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 66-71 Link Here
66
CONFIGURE_TARGET=	${ARCH}-portbld-freebsd${OSREL}
66
CONFIGURE_TARGET=	${ARCH}-portbld-freebsd${OSREL}
67
.endif
67
.endif
68
68
69
.if ${ARCH} == "i386"
70
CONFIGURE_ARGS+=	--with-arch=i486 \
71
			--with-cpu=generic
72
.endif
73
69
SRCDIR=		${WRKDIR}/gcc-${VERSIONSTRING}
74
SRCDIR=		${WRKDIR}/gcc-${VERSIONSTRING}
70
WRKSRC=		${WRKDIR}/build
75
WRKSRC=		${WRKDIR}/build
71
TARGLIB=	${PREFIX}/lib/gcc${SUFFIX}
76
TARGLIB=	${PREFIX}/lib/gcc${SUFFIX}

Return to bug 154364