diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-03-09 14:52:56 +0530 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-03-10 11:33:26 -0500 |
commit | 853634a48da025c59eef70161dba0d150833f60d (patch) | |
tree | c6284598882e7eea210f282ba68f9b3bf7d2bdd4 /run_project_tests.py | |
parent | 1713aef364560c9de922991716880e4db32f88a5 (diff) | |
download | meson-853634a48da025c59eef70161dba0d150833f60d.zip meson-853634a48da025c59eef70161dba0d150833f60d.tar.gz meson-853634a48da025c59eef70161dba0d150833f60d.tar.bz2 |
Add UNIX large file support via compiler always-args
On 32-bit Linux and BSD, all libcs support this. Musl always enables it,
and UClibc behaves like Glibc unless it's built without large file
support (which is a terrible idea).
http://wiki.musl-libc.org/wiki/FAQ#Q:_do_i_need_to_define_LARGEFILE64_SOURCE_to_get_64bit_off_t_.3F
https://git.uclibc.org/uClibc/tree/include/features.h#n326
macOS now only ships 64-bit, so this is irrelevant there.
32-bit Windows and older versions of Bionic do not have transparent
large file support and you must use lseek64, etc there, so this won't
affect those. Newer Bionic versions behave like Glibc in theory.
https://msdn.microsoft.com/en-us/library/1yee101t.aspx
http://code.google.com/p/android/issues/detail?id=64613
Includes a linuxlike test for this.
Closes https://github.com/mesonbuild/meson/issues/1032
Diffstat (limited to 'run_project_tests.py')
0 files changed, 0 insertions, 0 deletions