changeset 71:a3f52a63a847

Mac: Missed the configure script in that last commit.
author Brian Smith <brian@dbsoft.org>
date Mon, 14 Dec 2020 19:54:08 -0600
parents 050d88405c29
children 8d3636c79e66
files configure
diffstat 1 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Dec 14 19:49:44 2020 -0600
+++ b/configure	Mon Dec 14 19:54:08 2020 -0600
@@ -1332,7 +1332,7 @@
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-  --with-arch             specify MacOS architecture: one of modern, all, 32bit, 64bit, intel, arm, ppc, ppc64, x86_64, i386
+  --with-arch             specify MacOS architecture: one of modern, classic, 32bit, intel, arm, powerpc
 
 Some influential environment variables:
   CC          C compiler command
@@ -4289,15 +4289,12 @@
          no)
             ARCH=""
             ;;
-         all)
-            ARCH="-arch ppc -arch ppc64 -arch x86_64 -arch i386 -arch arm64"
+         classic)
+            ARCH="-arch ppc -arch x86_64 -arch i386"
             ;;
          32bit)
             ARCH="-arch ppc -arch i386"
             ;;
-         64bit)
-            ARCH="-arch ppc64 -arch x86_64 -arch arm64"
-            ;;
          intel)
             ARCH="-arch i386 -arch x86_64"
             ;;