Quote LLPP_CC value
commitce3463fa95f6d2b1c17a52f2726f85b1c66529dc
authormalc <moosotc@gmail.com>
Fri, 22 Mar 2019 17:17:23 +0000 (22 20:17 +0300)
committermalc <moosotc@gmail.com>
Fri, 22 Mar 2019 17:17:23 +0000 (22 20:17 +0300)
treeb827772079f20c6500a78f8a29d1ecbe6afc73dd
parentb32fb487b2f9003955a97c1a2c8034e69a8dd283
Quote LLPP_CC value

To allow for 'ccache gcc' for instance.

Interestingly enough LLPP_CC='ccache gcc' actually does not work
(while clang does) due to strict aliasing violation in GPA, it does
work with plain ocamlc because bytecomp|native_c_compiler command line
includes -fno-strict-aliasing.
build.bash