| Submitter | tom.zanussi@linux.intel.com |
|---|---|
| Date | Feb. 5, 2013, 2:26 p.m. |
| Message ID | <341343d75f79054134a88814833ff75823a787ac.1360074262.git.tom.zanussi@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/44099/ |
| State | Accepted |
| Commit | 98cae0544884cb5700d42409ec4a9584a17dc9a4 |
| Headers | show |
Comments
Patch
diff --git a/scripts/crosstap b/scripts/crosstap index 783bf2f..58317cf 100755 --- a/scripts/crosstap +++ b/scripts/crosstap @@ -70,7 +70,7 @@ function systemtap_target_arch() { i?86) SYSTEMTAP_TARGET_ARCH="i386" ;; - x86_64*) + x86?64*) SYSTEMTAP_TARGET_ARCH="x86_64" ;; arm*)