Merge pull request #3633 from martin-frbg/perl_fallback
[platform/upstream/openblas.git] / Makefile.riscv64
1 ifeq ($(CORE), C910V)
2 CCOMMON_OPT += -march=rv64gcvxthead -mabi=lp64v
3 FCOMMON_OPT += -march=rv64gcvxthead -mabi=lp64v -static
4 endif