]> code.ossystems Code Review - openembedded-core.git/commit
site/ix86-common: Drop ac_cv_sizeof_ino_t as it can be incorrect with large file...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 Aug 2017 10:22:48 +0000 (11:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Aug 2017 23:01:44 +0000 (00:01 +0100)
commit31ae16003cac6c8cf587c98d0c58e9f21690cb40
tree0501c2cc95277c748c312a312fdd2247d001519f
parentdf8df5f907736c3e5b7f15ea11898a1d49726ca5
site/ix86-common: Drop ac_cv_sizeof_ino_t as it can be incorrect with large file support

Depending on whether large file support is enabled, the size of ino_t can
be 4 or 8 on 32 bit x86. Drop the value from the site cache and allow the
system to vary it depending on configuration. Very few other arches actually set
this so its likely obsolete and doesn't need to be hardcoded anymore.

Also drop the 64 bit and x32 variants since autodetection of this value appears
to work fine and this avoids any confusion or sizing errors depending on large
file support.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/ix86-common
meta/site/x32-linux
meta/site/x86_64-linux