diff options
-rw-r--r-- | meta-networking/recipes-support/ndisc6/ndisc6_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb index 58f12309b9..cebc1d9cd8 100644 --- a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb +++ b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb | |||
@@ -20,6 +20,8 @@ inherit autotools gettext | |||
20 | EXTRA_OECONF += "PERL=${USRBINPATH}/perl" | 20 | EXTRA_OECONF += "PERL=${USRBINPATH}/perl" |
21 | 21 | ||
22 | LDFLAGS += "-fuse-ld=gold" | 22 | LDFLAGS += "-fuse-ld=gold" |
23 | LDFLAGS_remove_riscv64 = "-fuse-ld=gold" | ||
24 | |||
23 | TOOLCHAIN = "gcc" | 25 | TOOLCHAIN = "gcc" |
24 | 26 | ||
25 | USE_NLS = "yes" | 27 | USE_NLS = "yes" |