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

(-)Makefile (+4 lines)
Lines 71-76 Link Here
71
CONFIGURE_ARGS+=	--target=x86-linux-gcc
71
CONFIGURE_ARGS+=	--target=x86-linux-gcc
72
.elif ${ARCH} == "ia64"
72
.elif ${ARCH} == "ia64"
73
CONFIGURE_ARGS+=	--target=ia64-linux-gcc
73
CONFIGURE_ARGS+=	--target=ia64-linux-gcc
74
.elif ${ARCH} == "powerpc"
75
CONFIGURE_ARGS+=	--target=ppc32-linux-gcc
76
.elif ${ARCH} == "powerpc64"
77
CONFIGURE_ARGS+=	--target=ppc64-linux-gcc
74
.else
78
.else
75
IGNORE=	no support for ${ARCH} the moment. testing/patches are welcome
79
IGNORE=	no support for ${ARCH} the moment. testing/patches are welcome
76
.endif
80
.endif

Return to bug 152890