platform_android.GNU: Force clang by default
commitef125b3b256e85068b74f2e74755139caada6ecb
authorFred Hornsey <hornseyf@objectcomputing.com>
Mon, 29 Oct 2018 22:15:48 +0000 (29 17:15 -0500)
committerFred Hornsey <hornseyf@objectcomputing.com>
Mon, 29 Oct 2018 22:15:48 +0000 (29 17:15 -0500)
tree1ea5a3be2926d5572d9555c5f8fb2089be8523a7
parentcddb2d2bb178b0d618c3f4ea6be1a1351ad3998e
platform_android.GNU: Force clang by default

This tries to fix a problem with NDKs where the transision between GCC
and clang is causing problems using g++. android_force_clang will have
to be set to 0 to use g++, which can be GCC or clang.
ACE/include/makeinclude/platform_android.GNU