Changeset View
Changeset View
Standalone View
Standalone View
devel/aarch64-none-elf-gcc/Makefile
| PORTNAME= gcc | PORTNAME= gcc | ||||
| PORTVERSION?= 11.3.0 | PORTVERSION?= 11.3.0 | ||||
| PORTREVISION= 3 | PORTREVISION= 3 | ||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| MASTER_SITES= GCC | MASTER_SITES= GCC | ||||
| PKGNAMEPREFIX?= aarch64-none-elf- | PKGNAMEPREFIX?= aarch64-none-elf- | ||||
| MAINTAINER= manu@FreeBSD.org | MAINTAINER= manu@FreeBSD.org | ||||
| COMMENT?= GNU Compiler Collection for bare metal aarch64 cross-development | COMMENT?= GNU Compiler Collection for bare metal aarch64 cross-development | ||||
| WWW= https://gcc.gnu.org/ | WWW= https://gcc.gnu.org/ | ||||
| LICENSE= GPLv3 GPLv3RLE | LICENSE= GPLv3 GPLv3RLE | ||||
| LICENSE_COMB= multi | LICENSE_COMB= multi | ||||
| BROKEN_mips= configure: error: cannot compute suffix of object files: cannot compile | |||||
| BROKEN_mips64= configure: error: cannot compute suffix of object files: cannot compile | |||||
| LIB_DEPENDS= libgmp.so:math/gmp \ | LIB_DEPENDS= libgmp.so:math/gmp \ | ||||
| libmpfr.so:math/mpfr \ | libmpfr.so:math/mpfr \ | ||||
| libmpc.so:math/mpc | libmpc.so:math/mpc | ||||
| BUILD_DEPENDS= ${GCC_TARGET}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} \ | BUILD_DEPENDS= ${GCC_TARGET}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} \ | ||||
| objdump:devel/binutils@native | objdump:devel/binutils@native | ||||
| RUN_DEPENDS= ${GCC_TARGET}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} | RUN_DEPENDS= ${GCC_TARGET}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} | ||||
| USES= cpe gmake iconv libtool tar:xz makeinfo compiler:c++11-lang | USES= cpe gmake iconv libtool tar:xz makeinfo compiler:c++11-lang | ||||
| ▲ Show 20 Lines • Show All 80 Lines • Show Last 20 Lines | |||||