diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-12-06 10:04:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-12 21:50:18 +0000 |
commit | 800f7e43523ed6156e2dde3b928aae8c10f2ee7e (patch) | |
tree | cbf4e29d3e3094dda1374af7fcee766af46e09e6 /meta/classes/siteinfo.bbclass | |
parent | 3424702c09218acf4f3c265f427c4a7ab129bce9 (diff) | |
download | poky-800f7e43523ed6156e2dde3b928aae8c10f2ee7e.tar.gz |
pax: fix compilation with x32 toolchain
off_t is 8byte for x32. We need to check both _FILE_OFFSET_BITS and
size of off_t to see if file offset is 64bit. This patch adds
AC_CHECK_SIZEOF(off_t) and checks SIZEOF_OFF_T == 8.
(From OE-Core rev: 4c2ec631bf2b9581233a470c415f4d5cfe59a2a4)
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/siteinfo.bbclass')
0 files changed, 0 insertions, 0 deletions