Add comment about disagreement between compiler and microcode over
authorTaylor R. Campbell <net/mumble/campbell>
Thu, 30 Apr 2009 17:52:36 +0000 (17:52 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Thu, 30 Apr 2009 17:52:36 +0000 (17:52 +0000)
architecture names.

v7/src/microcode/configure.ac

index 862bec43ccb8c07a5a510b176094570f1a66afed..f4f85d08d6a41d0b878f2b6c739ea95f6225b4c0 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme microcode], [15.1], [bug-mit-scheme@gnu.org], [mit-scheme])
-AC_REVISION([$Id: configure.ac,v 1.63 2009/04/30 17:48:45 riastradh Exp $])
+AC_REVISION([$Id: configure.ac,v 1.64 2009/04/30 17:52:36 riastradh Exp $])
 AC_CONFIG_SRCDIR([boot.c])
 AC_CONFIG_HEADERS([config.h])
 AC_PROG_MAKE_SET
@@ -955,6 +955,11 @@ svm)
 no|none)
     ;;
 *)
+    dnl This is not quite right, because the compiler and microcode
+    dnl disagree abou what some architectures should be called, such as
+    dnl bobcat vs mc68k or spectrum versus hppa.  I don't know what the
+    dnl state of Scheme on these architectures is, however, so at least
+    dnl this will flag an error if you try to use them.
     if test -f "cmpauxmd/${enable_native_code}.m4"; then
        SCM_ARGH="${enable_native_code}"
     else