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/powerpc32-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/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 a7744fbaf9..06d961f5ce 100644 --- a/meta/site/powerpc32-linux +++ b/meta/site/powerpc32-linux | |||
@@ -203,7 +203,6 @@ apr_cv_pthreads_cflags=${apr_cv_pthreads_cflags=-pthread} | |||
203 | apr_cv_pthreads_lib=${apr_cv_pthreads_lib=-lpthread} | 203 | apr_cv_pthreads_lib=${apr_cv_pthreads_lib=-lpthread} |
204 | ac_cv_func_mmap=${ac_cv_func_mmap=yes} | 204 | ac_cv_func_mmap=${ac_cv_func_mmap=yes} |
205 | ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes} | 205 | ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes} |
206 | ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4} | ||
207 | ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4} | 206 | ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4} |
208 | ac_cv_socklen_t=${ac_cv_socklen_t=yes} | 207 | ac_cv_socklen_t=${ac_cv_socklen_t=yes} |
209 | ac_cv_struct_rlimit=${ac_cv_struct_rlimit=yes} | 208 | ac_cv_struct_rlimit=${ac_cv_struct_rlimit=yes} |