volser: Remove unused VolRestore flags args
[openafs.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index f4bdf64..e6c5fab 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -30,7 +30,6 @@ A  Configuring
       A directory will be automatically created for binaries to be written
       into with this name when you build.
 
-      alpha_dux40, alpha_dux50, alpha_dux51 (client does not work)
       alpha_linux26
       alpha_nbsd15, alpha_nbsd16
       amd64_fbsd_80, amd64_fbsd_81, amd64_fbsd_82, amd64_fbsd_83,
@@ -38,7 +37,7 @@ A  Configuring
          amd64_fbsd_93, amd64_fbsd_100, amd64_fbsd_101
       amd64_linux26
       amd64_nbsd20, amd64_nbsd30, amd64_nbsd40
-      arm_linux26
+      arm_linux26, arm64_linux26
       hp_ux11i, hp_ux110, hp_ux1123 (See notes below for information on
          getting missing header)
       hp_ux102 (Client port possible, but db servers and utilities work)
@@ -329,11 +328,6 @@ I  Other configure options
        Forces the namei fileserver on platforms (like Solaris 8 and 9)
        where the inode fileserver is the default.
 
-   --enable-pthreaded-ubik
-       Enable the threaded version of Ubik and install the threaded
-       versions of Ubik servers.  See README.PTHREADED_UBIK for more
-       information.  (EXPERIMENTAL)
-
    --enable-redhat-buildsys
        Enable compilation of the kernel module for the Red Hat build
        system kernel.  Use this configure flag when building kernel
@@ -402,6 +396,10 @@ I  Other configure options
        and should not be used unless you're still using the OpenAFS
        kaserver (which is itself deprecated and should not be used).
 
+   --disable-pthreaded-ubik
+       Disable the threaded version of Ubik and install the LWP
+       versions of Ubik servers.
+
    --disable-strip-binaries
        Disable stripping of binaries on installation.  You probably want
        to use --enable-debug instead of this flag to also inclusion of
@@ -500,6 +498,13 @@ I  Other configure options
        xsltproc.  By default, the user's path is searched for those
        programs in that order, and the first one found is used.
 
+   --with-ctf-tools[=DIR]
+       Location of ctfconvert and ctfmerge. Defaults to detect. These
+       tools create a reduced form of debug information that describes
+       types and function prototypes. This option is only relevant to
+       platforms that provide CTF tools and, at the moment, it is only
+       functional on Solaris (onbld package must be installed).
+
    There are also some environment variables that you can set to control
    aspects of the build.  They can be set either on the configure command
    line (preferred) or in the environment.
@@ -507,7 +512,9 @@ I  Other configure options
    CC
        The C compiler to use.  Be aware that this is overridden on some
        architectures that require a specific compiler be used to build the
-       kernel module.
+       kernel module.  If gcc is used, version 3 or later is required.
+       If clang is used, version 3 or later is required.  (Additional
+       restrictions apply when --enable-checking is used.)
 
    CFLAGS
        Additional flags to pass to the C compiler.