git: dc669f8d6875 - main - benchmarks/libcelero: remove -mabi=elfv2 since the base compiler is used, which defaults to elfv2

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 19 Apr 2022 12:09:37 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dc669f8d68757e894614a7d8ac9eaddc1545d619

commit dc669f8d68757e894614a7d8ac9eaddc1545d619
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-19 09:58:17 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-19 12:09:20 +0000

    benchmarks/libcelero: remove -mabi=elfv2 since the base compiler is used, which defaults to elfv2
    
    Also remove USE_GCC=yes, since there is already appriopriate USES=compiler.
---
 benchmarks/libcelero/Makefile | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/benchmarks/libcelero/Makefile b/benchmarks/libcelero/Makefile
index 444abd335401..604b9dfa6c07 100644
--- a/benchmarks/libcelero/Makefile
+++ b/benchmarks/libcelero/Makefile
@@ -22,16 +22,6 @@ GH_PROJECT=	Celero
 
 LDFLAGS+=	-lsysinfo
 
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-USE_GCC=	yes
-.else
-.  if ${ARCH:Mpowerpc64*}
-CFLAGS+=	-mabi=elfv2
-.  endif
-.endif
-
 do-test: # Tests terminate with Signal 11, see https://github.com/DigitalInBlue/Celero/issues/157
 	@cd ${BUILD_WRKSRC} && \
 		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DCELERO_ENABLE_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \