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

Collapse All | Expand All

(-)b/devel/cross-binutils/Makefile (-1 / +6 lines)
Lines 24-29 GNU_CONFIGURE= yes Link Here
24
ALL_TARGET=	all info
24
ALL_TARGET=	all info
25
MAKE_JOBS_UNSAFE=	yes
25
MAKE_JOBS_UNSAFE=	yes
26
26
27
OPTIONS_DEFINE=	RTEMS_PATCHES
28
29
RTEMS_PATCHES_DESC=	Apply RTEMS patches
30
31
.include <bsd.port.options.mk>
32
27
CONFIGURE_ARGS+=	--disable-nls \
33
CONFIGURE_ARGS+=	--disable-nls \
28
			--with-system-zlib \
34
			--with-system-zlib \
29
			--target=${OURTARGET} \
35
			--target=${OURTARGET} \
30
- 

Return to bug 177851