Merge pull request #3293 from martin-frbg/issue3290
Enable (C)EXTRALIB as for any other platform when building the tests on RISCV C910V
This commit is contained in:
commit
25b602d8a6
|
@ -259,10 +259,6 @@ endif
|
||||||
|
|
||||||
FLDFLAGS = $(FFLAGS:-fPIC=) $(LDFLAGS)
|
FLDFLAGS = $(FFLAGS:-fPIC=) $(LDFLAGS)
|
||||||
|
|
||||||
ifeq ($(CORE), C910V)
|
|
||||||
EXTRALIB =
|
|
||||||
CEXTRALIB =
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(USE_OPENMP), 1)
|
ifeq ($(USE_OPENMP), 1)
|
||||||
ifeq ($(F_COMPILER), GFORTRAN)
|
ifeq ($(F_COMPILER), GFORTRAN)
|
||||||
|
|
Loading…
Reference in New Issue