move _fseeki64 and _ftelli64 functions from libmingwex to libmsvcrt

_fseeki64 and _ftelli64 functions are already in libmsvcr90 and newer,
so we need to provide these functions only for libmsvcrt. In addition,
_ftelli64 function implementation is not compatible with ucrt.

Signed-off-by: Mateusz Brzostek <mateuszb@...>
Signed-off-by: Jacek Caban <jacek@...>

Upstream URL: https://sourceforge.net/p/mingw-w64/mingw-w64/ci/d66350ea60d043a8992ada752040fc4ea48537c3/

Change-Id: I1782585be2ec2ef3725fc9a5bae20af2da3b7d7d
9 files changed
tree: 018c0eeb433bfa26242f90c52d901398119d6029
  1. mingw-w64-v5.0.0/
  2. mingw-w64-v6.x/
  3. build.sh
  4. README.md
  5. README.version
README.md

Building Mingw for Android

The build.sh script in this directory is used to build mingw for Android.

Mingw is built from the mingw branch of AOSP. To fetch the sources:

repo init -u https://android.googlesource.com/platform/manifest -b mingw

# Googlers, use
repo init -u \
    persistent-https://android.git.corp.google.com/platform/manifest -b mingw

To build, run build.sh. Run with --help for a list of options.