summaryrefslogtreecommitdiff
path: root/lang/racket/files/patch-src_cs_c_configure
blob: 036ea898f3abb626b4d19e17fbeb9bcfbcf28baf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/cs/c/configure.orig	2021-07-22 20:42:00 UTC
+++ src/cs/c/configure
@@ -4554,7 +4554,7 @@ if test "${enable_pthread}" = "yes" ; then
 fi
 
 case "$MACH_HOST_CPU" in
-  x86_64)
+  x86_64|amd64)
     MACH="${thread_prefix}a6${MACH_OS}"
     ;;
   x86|i*86)