diff options
-rw-r--r-- | meta-oe/recipes-support/numactl/numactl_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/numactl/numactl_git.bb b/meta-oe/recipes-support/numactl/numactl_git.bb index 75e4435db0..504fe03275 100644 --- a/meta-oe/recipes-support/numactl/numactl_git.bb +++ b/meta-oe/recipes-support/numactl/numactl_git.bb | |||
@@ -25,6 +25,9 @@ S = "${WORKDIR}/git" | |||
25 | # ARM does not currently support NUMA | 25 | # ARM does not currently support NUMA |
26 | COMPATIBLE_HOST = "^((?!arm).*)$" | 26 | COMPATIBLE_HOST = "^((?!arm).*)$" |
27 | 27 | ||
28 | LDFLAGS_append_riscv64 = " -latomic" | ||
29 | LDFLAGS_append_riscv32 = " -latomic" | ||
30 | |||
28 | do_install() { | 31 | do_install() { |
29 | oe_runmake DESTDIR=${D} prefix=${D}/usr install | 32 | oe_runmake DESTDIR=${D} prefix=${D}/usr install |
30 | #remove the empty man2 directory | 33 | #remove the empty man2 directory |