git: 11ac8da061aa - 2024Q4 - devel/xtensa-esp-elf: Fix i386 build, mark armv7 BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Oct 2024 20:25:09 UTC
The branch 2024Q4 has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=11ac8da061aaf2739c2d38405ee90e92f45c1ec2 commit 11ac8da061aaf2739c2d38405ee90e92f45c1ec2 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2024-10-16 20:58:14 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2024-10-18 20:24:56 +0000 devel/xtensa-esp-elf: Fix i386 build, mark armv7 BROKEN portsfallout.com flagged the armv7 issue. (cherry picked from commit fcf73a72972adeefe508d1f4afd487b6608c2dff) --- devel/xtensa-esp-elf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/xtensa-esp-elf/Makefile b/devel/xtensa-esp-elf/Makefile index e0b40e46da29..3b9ccfdce9fc 100644 --- a/devel/xtensa-esp-elf/Makefile +++ b/devel/xtensa-esp-elf/Makefile @@ -43,6 +43,7 @@ USES= autoreconf:build bison cargo gmake libtool python USE_GCC= yes:build USE_GITHUB= nodefault +BROKEN_armv7= fails to build: configure: error: C compiler cannot create executables NO_MTREE= yes GH_ACCOUNT= espressif GH_PROJECT= binutils-gdb:github1 \ @@ -161,7 +162,7 @@ do-install: ${XARGS} ${CHMOD} +x # xtensa-toolchian-wrapper - ${INSTALL_PROGRAM} ${WRKSRC2}/target/x86_64-unknown-freebsd/release/xtensa-toolchian-wrapper \ + ${INSTALL_PROGRAM} ${WRKSRC2}/target/*-unknown-freebsd/release/xtensa-toolchian-wrapper \ ${STAGEDIR}${PREFIX}/${PKGBASE}/bin .for chip in ${XTENSA_CHIPS} .for wrap in ${XTENSA_WRAPPED}