mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
gmp: fix EXTRA_OECONF for mipsarchr6
previously used mipsarchr6:append created an empty set for EXTRA_OECONF and then appended --disable-assembly while it should be just added to the existing var value. Without this patch gmp will be configured without --enable-cxx=detect for mipsarchr6 targets (From OE-Core rev: c17e1023eff86e71734edeb592a26f3a9160d72e) Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
89004bc248
commit
371a46cb78
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a3
|
||||
acpaths = ""
|
||||
|
||||
EXTRA_OECONF += " --enable-cxx=detect"
|
||||
EXTRA_OECONF:mipsarchr6:append = " --disable-assembly"
|
||||
EXTRA_OECONF:append:mipsarchr6 = " --disable-assembly"
|
||||
|
||||
PACKAGES =+ "libgmpxx"
|
||||
FILES:libgmpxx = "${libdir}/libgmpxx${SOLIBS}"
|
||||
|
||||
Reference in New Issue
Block a user