As it turns out xtensa-esp32-elf does not work with python 3.7 (at
least) so pin it to python 2.7. Approved by: ler (mentor, implicit)
This commit is contained in:
parent
310a03182f
commit
60ed1e03d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491446
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xtensa-esp32-elf
|
||||
DISTVERSION= 1.22.0.g20171219
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SOURCEWARE/binutils/releases/binutils:source1 \
|
||||
GNU/binutils:source1 \
|
||||
@ -53,7 +53,7 @@ BUILD_DEPENDS= bash:shells/bash \
|
||||
makeinfo:print/texinfo \
|
||||
wget:ftp/wget
|
||||
|
||||
USES= autoreconf:build bison gmake libtool python
|
||||
USES= autoreconf:build bison gmake libtool python:2.7
|
||||
USE_GCC= 7
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= ${PREFIX}/${PORTNAME}/libexec/gcc/${PORTNAME}/5.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user