git: c57e84ad9435 - main - lang/ruby32: drop ELFv1 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jan 2024 21:05:01 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=c57e84ad94357fa688fe53ee30e02c9a6a424cae commit c57e84ad94357fa688fe53ee30e02c9a6a424cae Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-01-05 18:37:02 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-01-05 21:04:04 +0000 lang/ruby32: drop ELFv1 support --- lang/ruby32/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lang/ruby32/Makefile b/lang/ruby32/Makefile index 6ac119d4f93f..dde7e8ed88de 100644 --- a/lang/ruby32/Makefile +++ b/lang/ruby32/Makefile @@ -99,10 +99,6 @@ _SUF2= ,${PORTEPOCH} LIB_DEPENDS+= libunwind.so:devel/libunwind .endif -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 -USE_GCC= yes -.endif - .if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == powerpc CONFIGURE_ARGS+= --with-setjmp-type=_setjmp CONFIGURE_ENV+= ac_cv_func__setjmp=yes