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

Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 78-83 Link Here
78
.elif ${ARCH} == "armv6"
78
.elif ${ARCH} == "armv6"
79
CONFIGURE_ARGS+=	--target=armv6-linux-gcc --cpu=armv6
79
CONFIGURE_ARGS+=	--target=armv6-linux-gcc --cpu=armv6
80
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-build_make_Makefile
80
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-build_make_Makefile
81
.elif ${ARCH} == "sparc64"
82
CONFIGURE_ARGS+=	--target=sparc-linux-gcc
83
USE_GCC=               4.8+
81
.else
84
.else
82
IGNORE=	no support for ${ARCH} the moment. testing/patches are welcome
85
IGNORE=	no support for ${ARCH} the moment. testing/patches are welcome
83
.endif
86
.endif
(-)files/patch-configure (-1 / +2 lines)
Lines 3-13 Link Here
3
3
4
--- configure.orig
4
--- configure.orig
5
+++ configure
5
+++ configure
6
@@ -149,6 +149,7 @@
6
@@ -149,6 +149,8 @@
7
 all_platforms="${all_platforms} universal-darwin11-gcc"
7
 all_platforms="${all_platforms} universal-darwin11-gcc"
8
 all_platforms="${all_platforms} universal-darwin12-gcc"
8
 all_platforms="${all_platforms} universal-darwin12-gcc"
9
 all_platforms="${all_platforms} universal-darwin13-gcc"
9
 all_platforms="${all_platforms} universal-darwin13-gcc"
10
+all_platforms="${all_platforms} ia64-linux-gcc"
10
+all_platforms="${all_platforms} ia64-linux-gcc"
11
+all_platforms="${all_platforms} sparc-linux-gcc"
11
 all_platforms="${all_platforms} generic-gnu"
12
 all_platforms="${all_platforms} generic-gnu"
12
 
13
 
13
 # all_targets is a list of all targets that can be configured
14
 # all_targets is a list of all targets that can be configured

Return to bug 186394