Remove code that disabled EXTRALIB on RISCV C910V
This commit is contained in:
parent
2376aa1e8c
commit
3cfdb1770c
|
@ -259,10 +259,6 @@ endif
|
|||
|
||||
FLDFLAGS = $(FFLAGS:-fPIC=) $(LDFLAGS)
|
||||
|
||||
ifeq ($(CORE), C910V)
|
||||
EXTRALIB =
|
||||
CEXTRALIB =
|
||||
endif
|
||||
|
||||
ifeq ($(USE_OPENMP), 1)
|
||||
ifeq ($(F_COMPILER), GFORTRAN)
|
||||
|
|
Loading…
Reference in New Issue