[oe-commits] [meta-openembedded] 13/91: ndisc6: gold does not work for risc-v here

git at git.openembedded.org git at git.openembedded.org
Mon Apr 9 00:16:09 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit d083a2beec2e01f9fd368b5220ab4dca962ff1b5
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Mar 19 20:59:55 2018 -0700

    ndisc6: gold does not work for risc-v here
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/ndisc6/ndisc6_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb
index 58f1230..cebc1d9 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
 EXTRA_OECONF += "PERL=${USRBINPATH}/perl"
 
 LDFLAGS += "-fuse-ld=gold"
+LDFLAGS_remove_riscv64 = "-fuse-ld=gold"
+
 TOOLCHAIN = "gcc"
 
 USE_NLS = "yes"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list