]> code.ossystems Code Review - openembedded-core.git/commit
crosstap: handle hyphenated x86_64 target arch
authorTom Zanussi <tom.zanussi@linux.intel.com>
Tue, 5 Feb 2013 14:26:36 +0000 (08:26 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 15:17:17 +0000 (15:17 +0000)
commitd1d5cc19cb397ea3105578c3267fd86e0e8b7f55
treea57520ca42c3006ed8524103ec189226e1d66005
parente29daf8c3eeb7273e63b6ca6d774b8803880ca46
crosstap: handle hyphenated x86_64 target arch

systemtap_target_arch() should also translate x86-64 (hyphenated) into
x86_64 for the -a param.  Failing to do that causes systemtap to see
an architecture mismatch and create a cloned session with a bogusly
synthesized build directory path, and fails to compile the probe.

 Fixes [YOCTO #3756]

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/crosstap