aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-07-28 20:24:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-07-28 20:24:52 +0000
commit56a4f3b709783f5c60cfee528b9c7ca4979fecd5 (patch)
tree5909e68ea240388a19564bfa9a9a9020a7730fcd /devel/avr-gcc
parentf7df95061e33514ea2c8c26e6ff1a85420c9ca98 (diff)
Notes
Diffstat (limited to 'devel/avr-gcc')
-rw-r--r--devel/avr-gcc/Makefile5
1 files changed, 4 insertions, 1 deletions
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 \