[oe-commits] [openembedded-core] 09/30: mips64-linux: set ac_cv_sizeof_ssize_t for mips64el

git at git.openembedded.org git at git.openembedded.org
Fri Sep 30 16:16:14 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 9b8d7f9fc10c862b78ebc669a7b47e9cb1142d87
Author: Zubair Lutfullah Kakakhel <Zubair.Kakakhel at imgtec.com>
AuthorDate: Thu Sep 29 11:47:53 2016 +0100

    mips64-linux: set ac_cv_sizeof_ssize_t for mips64el
    
    The fix for [YOCTO #5935] was applied for mips64 but not for mips64el
    Patch it for mips64el
    
    For description of issue, check OE-Core 7a5b6b96
    
    Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel at imgtec.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/site/mips64el-linux | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/site/mips64el-linux b/meta/site/mips64el-linux
index 8b61eb0..680171d 100644
--- a/meta/site/mips64el-linux
+++ b/meta/site/mips64el-linux
@@ -35,6 +35,7 @@ glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
 ac_cv_alignof_guint32=4
 ac_cv_alignof_guint64=8
 ac_cv_alignof_unsigned_long=8
+ac_cv_sizeof_ssize_t=8
 
 # libpcap
 ac_cv_linux_vers=${ac_cv_linux_vers=2}

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


More information about the Openembedded-commits mailing list