c_image.py: use cc instead of gcc
authorFraser Tweedale <frase@frase.id.au>
Thu, 14 Aug 2014 00:41:40 +0000 (10:41 +1000)
committerFraser Tweedale <frase@frase.id.au>
Thu, 14 Aug 2014 00:41:40 +0000 (10:41 +1000)
commit4a885ebffa2c9152a2d90855b120d8d380fdc522
tree7e4c4626d460ddda34b9f5dca77f62beca49e976
parent98f3deaa2df943c3c7e9f28bedd1a28c3347982e
c_image.py: use cc instead of gcc

Compile using ``cc`` instead of ``gcc`` to support systems where the
default C compiler is not GCC.  For example, GCC does not ship in
FreeBSD 10, but Clang is installed as ``cc`` and works fine.  On
systems where GCC is the default C compiler, it is usually installed
as ``cc`` as well, so this change should not result in problems for
existing users.
rainbowstream/c_image.py