Import mingw 6.x branch.

Bug: http://b/119059858

Import MinGW 6.x branch
(https://sourceforge.net/p/mingw-w64/mingw-w64/ci/v6.x/tree/) upto SHA
38496499910a580ddc449a7d09f3bc0302767f31 to mingw-w64-v6.x.

Test: N/A
Change-Id: I44b1ac350e02676b8f9216a2b49cd2f4e44dd7e4
5392 files changed
tree: e910daec3fae768d610c8fc906257934e920a33d
  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.