diff options
author | Craig Leres <leres@FreeBSD.org> | 2020-12-18 01:33:03 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2020-12-18 01:33:03 +0000 |
commit | 63e8aad1b4018d26e60f3c304a20698af1159b26 (patch) | |
tree | e7519c1bdf1eb021653290f8f7df81a1d3b55978 | |
parent | science/gromacs: Add the LEGACY option that installs legacy API needed by som... (diff) |
devel/xtensa-esp32-elf: Switch from gcc7 to gcc9
Also remove ONLY_FOR_ARCHS (please let me know if this causes
problems).
Notes
Notes:
svn path=/head/; revision=558342
-rw-r--r-- | devel/xtensa-esp32-elf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/xtensa-esp32-elf/Makefile b/devel/xtensa-esp32-elf/Makefile index b3aaafd3f994..9cfb1e108292 100644 --- a/devel/xtensa-esp32-elf/Makefile +++ b/devel/xtensa-esp32-elf/Makefile @@ -3,6 +3,7 @@ PORTNAME= xtensa-esp32-elf DISTVERSION= 1.22.0.g20200907 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SOURCEWARE/binutils/releases/binutils:source1 \ GNU/binutils:source1 \ @@ -48,12 +49,9 @@ BUILD_DEPENDS= bash:shells/bash \ wget:ftp/wget USES= autoreconf:build bison gmake libtool python -USE_GCC= 7 +USE_GCC= 9 USE_GITHUB= yes -# Limit to tier 1 platforms until switching to a version that builds with gcc9 -ONLY_FOR_ARCHS= amd64 i386 - NO_MTREE= yes SUBDIR= crosstool-NG TAGNAME= 1.22.0-97-gc752ad5 |