summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/crosstap2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstap b/scripts/crosstap
index 783bf2ffbe..58317cf91c 100755
--- a/scripts/crosstap
+++ b/scripts/crosstap
@@ -70,7 +70,7 @@ function systemtap_target_arch() {
70 i?86) 70 i?86)
71 SYSTEMTAP_TARGET_ARCH="i386" 71 SYSTEMTAP_TARGET_ARCH="i386"
72 ;; 72 ;;
73 x86_64*) 73 x86?64*)
74 SYSTEMTAP_TARGET_ARCH="x86_64" 74 SYSTEMTAP_TARGET_ARCH="x86_64"
75 ;; 75 ;;
76 arm*) 76 arm*)