Remove cc1 and cc1plus executables as part of gcc deprecation

Bug: http://b/147240075

These are the internal drivers that compile preprocessed sources.

Test: toolchain/mingw/build.sh and verify cc1 and cc1plus are absent.
Change-Id: I3cfbec264572f6fe36963099213e952ed0c4d779
1 file changed
tree: f917d939e0ecfeeb49ffcf68a8abcab9bb468bc7
  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.