Skip to content

Commit 25b602d

Browse files
authored
Merge pull request #3293 from martin-frbg/issue3290
Enable (C)EXTRALIB as for any other platform when building the tests on RISCV C910V
2 parents 4ed99c2 + 3cfdb17 commit 25b602d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,6 @@ endif
259259

260260
FLDFLAGS = $(FFLAGS:-fPIC=) $(LDFLAGS)
261261

262-
ifeq ($(CORE), C910V)
263-
EXTRALIB =
264-
CEXTRALIB =
265-
endif
266262

267263
ifeq ($(USE_OPENMP), 1)
268264
ifeq ($(F_COMPILER), GFORTRAN)

0 commit comments

Comments
 (0)