diff options
author | Ross Burton <ross.burton@intel.com> | 2016-04-11 20:49:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-12 22:50:21 +0100 |
commit | 92759d8662b21785ae84375dc698b762c4e1cc9b (patch) | |
tree | f1af4b69106e4805ac7370a0084fa2c234bbb4f3 /meta/site/x32-linux | |
parent | 5602f64ab8c3654737273c0e7ac1c966fa8afb6a (diff) | |
download | poky-92759d8662b21785ae84375dc698b762c4e1cc9b.tar.gz |
meta/site: remove sizeof_off_t
The size of off_t depends on whether large file support is enabled through
preprocessor flags, so we can't cache this.
(From OE-Core rev: 25bd4e9483a7d2c16a460b4f363e91b5b943bb58)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/x32-linux')
-rw-r--r-- | meta/site/x32-linux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/site/x32-linux b/meta/site/x32-linux index 36ee68b3d2..308d6e21ec 100644 --- a/meta/site/x32-linux +++ b/meta/site/x32-linux | |||
@@ -1,6 +1,5 @@ | |||
1 | # general | 1 | # general |
2 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=16} | 2 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=16} |
3 | ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=8} | ||
4 | ac_cv_sizeof_ino_t=${ac_cv_sizeof_ino_t=8} | 3 | ac_cv_sizeof_ino_t=${ac_cv_sizeof_ino_t=8} |
5 | ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8} | 4 | ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8} |
6 | ac_cv_sys_file_offset_bits=${ac_cv_sys_file_offset_bits=64} | 5 | ac_cv_sys_file_offset_bits=${ac_cv_sys_file_offset_bits=64} |