mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
f7df95061e
commit
56a4f3b709
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363247
1 changed files with 4 additions and 1 deletions
|
@ -15,8 +15,11 @@ 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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue