From 56a4f3b709783f5c60cfee528b9c7ca4979fecd5 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 28 Jul 2014 20:24:52 +0000 Subject: 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 --- devel/avr-gcc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'devel/avr-gcc') diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index b3bf4070c1a3..057945903473 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -14,9 +14,12 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ EXTRACT_ONLY= gcc-core-${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 +BROKEN= Fails to configure with avr-binutils 2.24 + BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr \ -- cgit v1.2.3