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

Collapse All | Expand All

(-)/home/u1/pwrk/ports/Mk/bsd.port.mk (-1 / +2 lines)
Lines 1752-1761 Link Here
1752
BUILD_DEPENDS+=	${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
1752
BUILD_DEPENDS+=	${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
1753
BINUTILS?=	ADDR2LINE AR AS CPPFILT GPROF LD NM OBJCOPY OBJDUMP RANLIB \
1753
BINUTILS?=	ADDR2LINE AR AS CPPFILT GPROF LD NM OBJCOPY OBJDUMP RANLIB \
1754
	READELF SIZE STRINGS
1754
	READELF SIZE STRINGS
1755
BINUTILS_NO_CONFIGURE_ENV?=
1755
BINUTILS_NO_MAKE_ENV?=
1756
BINUTILS_NO_MAKE_ENV?=
1756
. for b in ${BINUTILS}
1757
. for b in ${BINUTILS}
1757
${b}=	${LOCALBASE}/bin/${b:C/PP/++/:L}
1758
${b}=	${LOCALBASE}/bin/${b:C/PP/++/:L}
1758
.  if defined(GNU_CONFIGURE) || defined(BINUTILS_CONFIGURE)
1759
.  if ${BINUTILS_NO_CONFIGURE_ENV:M${b}} == ""
1759
CONFIGURE_ENV+=	${b}="${${b}}"
1760
CONFIGURE_ENV+=	${b}="${${b}}"
1760
.  endif
1761
.  endif
1761
.  if ${BINUTILS_NO_MAKE_ENV:M${b}} == ""
1762
.  if ${BINUTILS_NO_MAKE_ENV:M${b}} == ""

Return to bug 155201