From 3cfdb1770c0a405e3d976184a46dc4a394dc9030 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 6 Jul 2021 20:21:07 +0200 Subject: [PATCH] Remove code that disabled EXTRALIB on RISCV C910V --- test/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/Makefile b/test/Makefile index 54fa60533..6c5f041c2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -259,10 +259,6 @@ endif FLDFLAGS = $(FFLAGS:-fPIC=) $(LDFLAGS) -ifeq ($(CORE), C910V) -EXTRALIB = -CEXTRALIB = -endif ifeq ($(USE_OPENMP), 1) ifeq ($(F_COMPILER), GFORTRAN)