time.h: Use static inlines for time 32/64-bit forwarding functions.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>

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

Bug: https://github.com/android/ndk/issues/1291
Change-Id: I6b0fb931c29c595e00fdc083f10e94f79023484f
2 files changed
tree: 49511e90b583cb33aa3db5b839246d9a74079ab5
  1. mingw-w64-v6.x/
  2. build.sh
  3. README.md
  4. 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.