aboutsummaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-12-06 10:04:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-12 21:50:09 +0000
commit4c2ec631bf2b9581233a470c415f4d5cfe59a2a4 (patch)
tree595da970dff1dcec2660ac267c00ad328c805616 /meta/site
parent01256cb31d23134b9536b74461ef3dff4c15c513 (diff)
downloadopenembedded-core-contrib-4c2ec631bf2b9581233a470c415f4d5cfe59a2a4.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. Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/site')
0 files changed, 0 insertions, 0 deletions