From: Jérémie Galarneau Date: Fri, 10 Jan 2014 21:38:05 +0000 (-0500) Subject: Pass the CC variable to the example Makefiles X-Git-Tag: v2.2.3~5 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=0728d3076b4c51ae1f58892a463d5e522ed8b044;hp=0728d3076b4c51ae1f58892a463d5e522ed8b044;p=lttng-ust.git Pass the CC variable to the example Makefiles Cross-compilation fails when using the --host configure option since the cross-compiler is not invoked by the hand-made Makefiles in doc/examples. The CC variable must be passed explicitly to ensure the host's default compiler is not invoked. Signed-off-by: Jérémie Galarneau Signed-off-by: Mathieu Desnoyers ---