Re: [PATCH] [android] Disable large files when unsupported

2021-07-15 Thread João Gabriel Jardim via Gcc-patches
Hi Mr. Santana, Some strange stuff happened with my previous comment. I've been struggling with this lately, so this patch would be really useful. Em qui., 15 de jul. de 2021 às 15:44, Abraão de Santana < abraaocsant...@gmail.com> escreveu: > Hey João , I think there's a problem with your email,

Re: [PATCH] [android] Disable large files when unsupported

2021-07-15 Thread Abraão de Santana via Gcc-patches
Hey João , I think there's a problem with your email, it's empty! -- *Abraão C. de Santana*

Re: [PATCH] [android] Disable large files when unsupported

2021-07-15 Thread João Gabriel Jardim via Gcc-patches
-- João Gabriel Jardim

Re: [PATCH] [android] Disable large files when unsupported

2021-07-15 Thread João Gabriel Jardim via Gcc-patches
-- João Gabriel Jardim

Re: [PATCH] [android] Disable large files when unsupported

2021-07-12 Thread Abraão de Santana via Gcc-patches
This could be better achieved by rewriting the libstdc++-v3/configure file to fail the test for _FILE_OFFSET_BITS = 64 when fpos is not defined. But this is kind of an odd spot to be, as this is an oddity from those specific conditions on Bionic and I don't know if it's worth devising a universal t

[PATCH] [android] Disable large files when unsupported

2021-07-12 Thread Abraão de Santana via Gcc-patches
If C++ is enabled with Bionic on API Level < 24 ( and with NDK >= r15 as lower versions just ignore the issue ) you get errors of ::fgetpos and ::fsetpos error: 'fsetpos' has not been declared in '::' . The issue is that API Level < 24 doesn't implement large files (64 bit), so when _FILE_OFFSET_B