Skip to content

Commit

Permalink
math/blis: fix build on riscv64
Browse files Browse the repository at this point in the history
ld: error: test.c:(.text+0x0): relocation R_RISCV_ALIGN requires unimplemented
linker relaxation; recompile with -mno-relax
  • Loading branch information
pkubaj committed Dec 24, 2021
1 parent 463583e commit 2033f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions math/blis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ CBLAS_DESC= build the CBLAS compatibility layer
OPTIONS_DEFAULT= PARA CBLAS
OPTIONS_SUB= yes

CFLAGS_riscv64= -mno-relax
HAS_CONFIGURE= yes

TEST_TARGET= test
Expand Down

0 comments on commit 2033f84

Please sign in to comment.