lib/scripts/isabelle-platform
changeset 73671 7404f2e1d092
parent 73091 bf573ed376ef
child 79994 9b532f064649
--- a/lib/scripts/isabelle-platform	Tue May 11 14:04:36 2021 +0200
+++ b/lib/scripts/isabelle-platform	Tue May 11 16:30:24 2021 +0200
@@ -4,7 +4,6 @@
 #
 
 ISABELLE_PLATFORM_FAMILY=""
-ISABELLE_PLATFORM32=""
 ISABELLE_PLATFORM64=""
 ISABELLE_APPLE_PLATFORM64=""
 ISABELLE_WINDOWS_PLATFORM32=""
@@ -17,11 +16,7 @@
       aarch64)
         ISABELLE_PLATFORM64=arm64-linux
         ;;
-      arm*)
-        ISABELLE_PLATFORM32=arm32-linux
-        ;;
       *)
-        ISABELLE_PLATFORM32=x86-linux
         ISABELLE_PLATFORM64=x86_64-linux
         ;;
     esac
@@ -30,7 +25,6 @@
     ISABELLE_PLATFORM_FAMILY="macos"
     case $(sw_vers -productVersion) in
       10.10*|10.11*|10.12*|10.13*|10.14*)
-        ISABELLE_PLATFORM32=x86-darwin
         ISABELLE_PLATFORM64=x86_64-darwin
         ;;
       *)
@@ -53,9 +47,6 @@
       x86_64)
         ISABELLE_PLATFORM64=x86_64-cygwin
         ;;
-      i?86)
-        ISABELLE_PLATFORM32=x86-cygwin
-        ;;
     esac
     ;;
 esac