summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-04 16:19:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-04 16:19:25 (GMT)
commit8be8b508867864add7ba4793c6b856384ef8b873 (patch)
tree715582211561404bab8969119c458c348799737f /win/configure
parent7b1d345686119335c547557b1029df64b0d3c5c5 (diff)
downloadtcl-8be8b508867864add7ba4793c6b856384ef8b873.zip
tcl-8be8b508867864add7ba4793c6b856384ef8b873.tar.gz
tcl-8be8b508867864add7ba4793c6b856384ef8b873.tar.bz2
See [https://github.com/tcltk/tcl/pull/10]
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure12
1 files changed, 10 insertions, 2 deletions
diff --git a/win/configure b/win/configure
index b4eeb4f..8abb3d3 100755
--- a/win/configure
+++ b/win/configure
@@ -3763,10 +3763,15 @@ echo "$as_me: error: ${CC} does not support the -shared option.
echo "$as_me:$LINENO: result: Using 64-bit $MACHINE mode" >&5
echo "${ECHO_T} Using 64-bit $MACHINE mode" >&6
;;
+ arm64)
+ MACHINE="ARM64"
+ echo "$as_me:$LINENO: result: Using ARM64 $MACHINE mode" >&5
+echo "${ECHO_T} Using ARM64 $MACHINE mode" >&6
+ ;;
ia64)
MACHINE="IA64"
- echo "$as_me:$LINENO: result: Using 64-bit $MACHINE mode" >&5
-echo "${ECHO_T} Using 64-bit $MACHINE mode" >&6
+ echo "$as_me:$LINENO: result: Using IA64 $MACHINE mode" >&5
+echo "${ECHO_T} Using IA64 $MACHINE mode" >&6
;;
*)
cat >conftest.$ac_ext <<_ACEOF
@@ -3863,6 +3868,9 @@ echo "${ECHO_T}using shared flags" >&6
amd64|x64|yes)
MACHINE="AMD64" ; # assume AMD64 as default 64-bit build
;;
+ arm64)
+ MACHINE="ARM64"
+ ;;
ia64)
MACHINE="IA64"
;;