Changeset View
Changeset View
Standalone View
Standalone View
devel/avr-gcc/Makefile
| PORTNAME= gcc | PORTNAME= gcc | ||||
| PORTVERSION= 14.2.0 | PORTVERSION= 14.2.0 | ||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| MASTER_SITES= GCC | MASTER_SITES= GCC | ||||
| PKGNAMEPREFIX= avr- | PKGNAMEPREFIX= avr- | ||||
| MAINTAINER= joerg@FreeBSD.org | MAINTAINER= joerg@FreeBSD.org | ||||
| COMMENT= FSF GCC for Atmel AVR 8-bit RISC cross-development | COMMENT= FSF GCC for Atmel AVR 8-bit RISC cross-development | ||||
| WWW= https://www.nongnu.org/avr-libc/ | WWW= https://www.nongnu.org/avr-libc/ | ||||
| LICENSE= GPLv3 GPLv3RLE | LICENSE= GPLv3 GPLv3RLE | ||||
| LICENSE_COMB= multi | LICENSE_COMB= multi | ||||
| BROKEN_mips64= Fails to configure: cannot compute suffix of object files | |||||
| BUILD_DEPENDS= avr-as:devel/binutils@avr \ | BUILD_DEPENDS= avr-as:devel/binutils@avr \ | ||||
| avr-ld:devel/binutils@avr \ | avr-ld:devel/binutils@avr \ | ||||
| objdump:devel/binutils | objdump:devel/binutils | ||||
| LIB_DEPENDS= libgmp.so:math/gmp \ | LIB_DEPENDS= libgmp.so:math/gmp \ | ||||
| libisl.so:devel/isl \ | libisl.so:devel/isl \ | ||||
| libmpc.so:math/mpc \ | libmpc.so:math/mpc \ | ||||
| libmpfr.so:math/mpfr | libmpfr.so:math/mpfr | ||||
| RUN_DEPENDS= avr-as:devel/binutils@avr \ | RUN_DEPENDS= avr-as:devel/binutils@avr \ | ||||
| ▲ Show 20 Lines • Show All 60 Lines • Show Last 20 Lines | |||||