Skip to content

Commit

Permalink
Mk/Uses/cargo.mk: remove ELFv1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jan 3, 2024
1 parent d4a2cc3 commit 96118b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Mk/Uses/cargo.mk
Expand Up @@ -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}
Expand Down

0 comments on commit 96118b6

Please sign in to comment.