git: fcf73a72972a - main - devel/xtensa-esp-elf: Fix i386 build, mark armv7 BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Oct 2024 20:58:35 UTC
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcf73a72972adeefe508d1f4afd487b6608c2dff commit fcf73a72972adeefe508d1f4afd487b6608c2dff Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2024-10-16 20:58:14 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2024-10-16 20:58:14 +0000 devel/xtensa-esp-elf: Fix i386 build, mark armv7 BROKEN portsfallout.com flagged the armv7 issue. --- 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}