summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-19 11:58:17 +0200
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-19 14:09:20 +0200
commitdc669f8d68757e894614a7d8ac9eaddc1545d619 (patch)
tree2aa9d88d64e39d71c0cb88f1b0440cef0877feda /benchmarks
parentmultimedia/wlrobs: build with clang on powerpc64le (diff)
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.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/libcelero/Makefile10
1 files changed, 0 insertions, 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} && \