diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2024-01-05 00:38:46 +0100 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2024-01-05 22:01:13 +0100 |
commit | 725a824ca5478cae381a5faee7074efbe5d2fc95 (patch) | |
tree | 97ebdacd1ede7caeb1f0f39df6200cfd8c76246e /lang/ruby33 | |
parent | java/openjdk20: drop ELFv1 support (diff) |
lang/ruby33: drop ELFv1 support
Diffstat (limited to 'lang/ruby33')
-rw-r--r-- | lang/ruby33/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/ruby33/Makefile b/lang/ruby33/Makefile index d63f4e413e08..72946feaa88c 100644 --- a/lang/ruby33/Makefile +++ b/lang/ruby33/Makefile @@ -88,10 +88,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 |