Mark BROKEN: Fails to configure with avr-binutils 2.24

checking for suffix of object files... configure: error: in `/wrkdirs/usr/ports/devel/avr-gcc/work/build/avr/avrtiny10/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
gmake[1]: *** [configure-target-libgcc] Error 1

Reported by:	pkg-fallout
With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-07-28 20:24:52 +00:00
parent f7df95061e
commit 56a4f3b709
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363247

View file

@ -14,9 +14,12 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
EXTRACT_ONLY= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ EXTRACT_ONLY= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
gcc-g++-${PORTVERSION}${EXTRACT_SUFX} gcc-g++-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= FSF GCC 4.x for Atmel AVR 8-bit RISC cross-development COMMENT= FSF GCC 4.x for Atmel AVR 8-bit RISC cross-development
BROKEN= Fails to configure with avr-binutils 2.24
BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils avr-ld:${PORTSDIR}/devel/avr-binutils
LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr \ LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr \