mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
gmp: Disable assembly for MIPS R6
gmplib has some assembly routines. These have not been optimized for MIPS R6 yet. Add --disable-assembly so that the C implementation is used. (From OE-Core rev: b21d5c0c615c99bd0d756ab32818acc3b648fb4e) Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit b0975809fe43b7506cc30a60245f5e32b275a3ec) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ae95c1e7cb
commit
7c0a184f8b
@@ -21,6 +21,7 @@ SRC_URI[sha256sum] = "a8109865f2893f1373b0a8ed5ff7429de8db696fc451b1036bd7bdf95b
|
||||
acpaths = ""
|
||||
|
||||
EXTRA_OECONF += " --enable-cxx=detect"
|
||||
EXTRA_OECONF_mipsarchr6_append = " --disable-assembly"
|
||||
|
||||
PACKAGES =+ "libgmpxx"
|
||||
FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}"
|
||||
|
||||
Reference in New Issue
Block a user