Replace gcc with clang
authorFredrik Fornwall <fredrik@fornwall.net>
Thu, 11 Aug 2016 13:26:06 +0000 (09:26 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 11 Aug 2016 13:27:40 +0000 (09:27 -0400)
Only clang has official support for Android, and trying to maintain
a working gcc will only get messier over time.

Remove gcc and g++ packages, and setup gcc and g++ as symlinks to
clang.

Let clang replace gcc, but note that 'apt dist-upgrade' needs to
be run once if a user has both clang and gcc installed.

Fixes #369.


No differences found