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:43 +0000 (13:38 -0400)
commit7996e0065efcc2629d7bc31993e70e6f07b186bb
tree637084fdb3fa09f33dfaff7b218a63134c656e67
parente2a13c66ba2097f0828f5f986f2aeb02c44cdf77
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.024951 seconds and 4 git commands to generate.