svn commit: r363247 - head/devel/avr-gcc
Antoine Brodin
antoine at FreeBSD.org
Mon Jul 28 20:24:53 UTC 2014
Author: antoine
Date: Mon Jul 28 20:24:52 2014
New Revision: 363247
URL: http://svnweb.freebsd.org/changeset/ports/363247
QAT: https://qat.redports.org/buildarchive/r363247/
Log:
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
Modified:
head/devel/avr-gcc/Makefile
Modified: head/devel/avr-gcc/Makefile
==============================================================================
--- head/devel/avr-gcc/Makefile Mon Jul 28 20:19:10 2014 (r363246)
+++ head/devel/avr-gcc/Makefile Mon Jul 28 20:24:52 2014 (r363247)
@@ -14,9 +14,12 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTR
EXTRACT_ONLY= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \
gcc-g++-${PORTVERSION}${EXTRACT_SUFX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= ports at 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 \
More information about the svn-ports-all
mailing list