Skip to content

Commit 214dd1d

Browse files
alicedreamedslp
authored andcommitted
examples: Add LDFLAGS for RISC-V 64-bit
Signed-off-by: Bingxin Li <[email protected]>
1 parent e7e2e40 commit 214dd1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ ARCH = $(shell uname -m)
22
OS = $(shell uname -s)
33
LDFLAGS_x86_64_Linux = -lkrun
44
LDFLAGS_aarch64_Linux = -lkrun
5+
LDFLAGS_riscv64_Linux = -lkrun
56
LDFLAGS_arm64_Darwin = -L/opt/homebrew/lib -lkrun
67
LDFLAGS_sev = -lkrun-sev
78
LDFLAGS_efi = -L/opt/homebrew/lib -lkrun-efi

0 commit comments

Comments
 (0)