ndisc6: Do not use gold linker and disable rpath

It builds with clang just fine so remove pinning it to gcc-only recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2018-08-30 11:29:19 -07:00
parent 3c6eceb941
commit cb572824b4

View File

@ -19,13 +19,10 @@ inherit autotools gettext
EXTRA_OECONF += "PERL=${USRBINPATH}/perl"
LDFLAGS += "-fuse-ld=gold"
LDFLAGS_remove_riscv64 = "-fuse-ld=gold"
TOOLCHAIN = "gcc"
USE_NLS = "yes"
EXTRA_OECONF += "--disable-rpath"
do_configure_prepend() {
cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include
${S}/autogen.sh