Fix: .split() the CC environment variable in lttng-gen-tp
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Apr 2014 15:28:23 +0000 (11:28 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 8 Apr 2014 17:38:54 +0000 (13:38 -0400)
commitfcb63a2a653c223f557d39777ca7eaeb03ab6e5f
treea6746c65cd074fe468c0bf9575d9e61deb97d28e
parent88a15b8f075177056017dbcc2e0c6d624805a34e
Fix: .split() the CC environment variable in lttng-gen-tp

The CC variable might contain command line arguments which lttng-gen-tp
currently does not handle. This fix ensures that the arguments are
properly passed on to the compiler binary as if a normal Makefile
was used.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tools/lttng-gen-tp
This page took 0.024011 seconds and 4 git commands to generate.