mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
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:
@@ -19,13 +19,10 @@ inherit autotools gettext
|
|||||||
|
|
||||||
EXTRA_OECONF += "PERL=${USRBINPATH}/perl"
|
EXTRA_OECONF += "PERL=${USRBINPATH}/perl"
|
||||||
|
|
||||||
LDFLAGS += "-fuse-ld=gold"
|
|
||||||
LDFLAGS_remove_riscv64 = "-fuse-ld=gold"
|
|
||||||
|
|
||||||
TOOLCHAIN = "gcc"
|
|
||||||
|
|
||||||
USE_NLS = "yes"
|
USE_NLS = "yes"
|
||||||
|
|
||||||
|
EXTRA_OECONF += "--disable-rpath"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include
|
cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include
|
||||||
${S}/autogen.sh
|
${S}/autogen.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user