git: 96118b60cdc3 - main - Mk/Uses/cargo.mk: remove ELFv1 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jan 2024 14:10:12 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=96118b60cdc3ff0b8e9b310fe72a2caa43d8b0a5 commit 96118b60cdc3ff0b8e9b310fe72a2caa43d8b0a5 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-01-02 13:36:49 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-01-03 14:09:31 +0000 Mk/Uses/cargo.mk: remove ELFv1 support --- Mk/Uses/cargo.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Mk/Uses/cargo.mk b/Mk/Uses/cargo.mk index a82badd3464f..b0c900dda8ca 100644 --- a/Mk/Uses/cargo.mk +++ b/Mk/Uses/cargo.mk @@ -155,11 +155,6 @@ RUSTFLAGS+= -C target-cpu=${CPUTYPE:C/\+.+//g} RUSTFLAGS+= ${CFLAGS:M-mcpu=*:S/-mcpu=/-C target-cpu=/} . endif -. if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 -USE_GCC?= yes -STRIP_CMD= ${LOCALBASE}/bin/strip # unsupported e_type with base strip -. endif - # Helper to shorten cargo calls. _CARGO_RUN= ${SETENV} ${MAKE_ENV} ${CARGO_ENV} ${CARGO} CARGO_CARGO_RUN= cd ${WRKSRC}; ${SETENV} CARGO_FREEBSD_PORTS_SKIP_GIT_UPDATE=1 ${_CARGO_RUN}