diff options
-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 |