Browse Source

Merge pull request #3293 from martin-frbg/issue3290

Enable (C)EXTRALIB as for any other platform when building the tests on RISCV C910V
tags/v0.3.16^2
Martin Kroeker GitHub 4 years ago
parent
commit
25b602d8a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      test/Makefile

+ 0
- 4
test/Makefile View File

@@ -259,10 +259,6 @@ endif

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

ifeq ($(CORE), C910V)
EXTRALIB =
CEXTRALIB =
endif

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


Loading…
Cancel
Save