Pass the CC variable to the example Makefiles
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 10 Jan 2014 21:39:05 +0000 (16:39 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 14 Jan 2014 14:41:18 +0000 (09:41 -0500)
commit6b5a2125ab523e1c8fcb3118141102cba9f9ca43
tree767df6b534377e06d88d139781eaecdb8c113cf5
parentc2c36f693a047428c17249482a9c42860a41ff09
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 <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/examples/Makefile.am
doc/examples/Makefile.examples.template
This page took 0.026297 seconds and 4 git commands to generate.