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/x86_64-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/x86_64-linux')
-rw-r--r-- | meta/site/x86_64-linux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index 573a9070ee..ebdcf69f78 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux | |||
@@ -18,7 +18,6 @@ ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=8} | |||
18 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=16} | 18 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=16} |
19 | ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=8} | 19 | ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=8} |
20 | ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} | 20 | ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} |
21 | ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=8} | ||
22 | ac_cv_sizeof_short=${ac_cv_sizeof_short=2} | 21 | ac_cv_sizeof_short=${ac_cv_sizeof_short=2} |
23 | ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2} | 22 | ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2} |
24 | ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2} | 23 | ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2} |