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-11 21:56:28 +0100 |
commit | 25bd4e9483a7d2c16a460b4f363e91b5b943bb58 (patch) | |
tree | 4fd341e29b1aafdfa15fdfb61ee75170bf8d3dc2 /meta/site/powerpc32-linux | |
parent | 2279c6d20c2a33283ce9a8d1ef91a8acdad0a20e (diff) | |
download | openembedded-core-contrib-25bd4e9483a7d2c16a460b4f363e91b5b943bb58.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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/powerpc32-linux')
-rw-r--r-- | meta/site/powerpc32-linux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux index a7744fbaf91..06d961f5ce0 100644 --- a/meta/site/powerpc32-linux +++ b/meta/site/powerpc32-linux @@ -203,7 +203,6 @@ apr_cv_pthreads_cflags=${apr_cv_pthreads_cflags=-pthread} apr_cv_pthreads_lib=${apr_cv_pthreads_lib=-lpthread} ac_cv_func_mmap=${ac_cv_func_mmap=yes} ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes} -ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4} ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4} ac_cv_socklen_t=${ac_cv_socklen_t=yes} ac_cv_struct_rlimit=${ac_cv_struct_rlimit=yes} |