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-10-01 21:45:55 +0100 |
commit | d8879975b5138ab55fd42b38cd70d9a4c819dd1b (patch) | |
tree | e61219b426d77d5ef6bccf61ecff92c7979c35fa | |
parent | a3e5ebea344f57a41eb12a4c730fd6c68233c320 (diff) | |
download | poky-d8879975b5138ab55fd42b38cd70d9a4c819dd1b.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
(From OE-Core rev: 9b8d7f9fc10c862b78ebc669a7b47e9cb1142d87)
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 8b61eb0f35..680171d5e3 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} | |||
35 | ac_cv_alignof_guint32=4 | 35 | ac_cv_alignof_guint32=4 |
36 | ac_cv_alignof_guint64=8 | 36 | ac_cv_alignof_guint64=8 |
37 | ac_cv_alignof_unsigned_long=8 | 37 | ac_cv_alignof_unsigned_long=8 |
38 | ac_cv_sizeof_ssize_t=8 | ||
38 | 39 | ||
39 | # libpcap | 40 | # libpcap |
40 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | 41 | ac_cv_linux_vers=${ac_cv_linux_vers=2} |