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

Collapse All | Expand All

(-)Makefile (+4 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
.endif
72
69
SRCDIR=		${WRKDIR}/gcc-${VERSIONSTRING}
73
SRCDIR=		${WRKDIR}/gcc-${VERSIONSTRING}
70
WRKSRC=		${WRKDIR}/build
74
WRKSRC=		${WRKDIR}/build
71
TARGLIB=	${PREFIX}/lib/gcc${SUFFIX}
75
TARGLIB=	${PREFIX}/lib/gcc${SUFFIX}

Return to bug 154364