diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-09-29 11:47:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-30 17:14:10 +0100 |
commit | 9b8d7f9fc10c862b78ebc669a7b47e9cb1142d87 (patch) | |
tree | 74f1cca168cd4bfe06abedd21b921be768f4672c /meta/site | |
parent | afbd3917061212558ccacda129eff516b735e5b1 (diff) | |
download | openembedded-core-contrib-9b8d7f9fc10c862b78ebc669a7b47e9cb1142d87.tar.gz |
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@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/mips64el-linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/site/mips64el-linux b/meta/site/mips64el-linux index 8b61eb0f352..680171d5e35 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} |