Fix compilation of AMB if icecc is installed on the build machine. 83/4283/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 6 Nov 2015 23:43:24 +0000 (00:43 +0100)
committerGerrit Code Review <gerrit@172.30.200.200>
Sun, 8 Nov 2015 07:02:17 +0000 (07:02 +0000)
If the buildhost has icecc installed, AMBs cmake file will
hardcode the compiler to icecc (understandable, but not a good
idea for crosscompiling). In our case this leads to
the replacement of the compiler supplied by the build environment
with icecc. This breaks the compilation.

We turn off the icecc detection, which is unfortunately on by default.

Plus fixes for a few typos.

Change-Id: Ibc28d3d697f1769f134e2a8f630e42058255bf3b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>

No differences found