summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-08-17 20:23:21 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-08-17 20:23:21 (GMT)
commitfd91781fbecf36b56e72722e8245fdb728a3029c (patch)
treeb98b349eba3224b7dfb0ff5287132ae28cfe0aee
parent7228cb0e1e838409c0a8c8e4d76ea5def124c5d1 (diff)
configure: document ignored switches
Autostuff tradiotionnally have some switches to set host, build and target systems, static or shared libs, and a bunch of others... In the crosstool-NG case, they do not matter, as crosstool-NG is just a set of scripts (there are C files, but they are compiled after installation, at runtime, so it does not count). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rwxr-xr-xconfigure20
1 files changed, 20 insertions, 0 deletions
diff --git a/configure b/configure
index 1fe78bc..d498949 100755
--- a/configure
+++ b/configure
@@ -314,14 +314,34 @@ an installation prefix other than \`${PREFIX_DEFAULT}' using \`--prefix',
for instance \`--prefix=\${HOME}'.
For better control, use the options below.
+Note: options marked as \`ignored' are recognised, but not acted upon, as
+they make no sense for crosstool-NG, or they are not implemented yet.
Fine tuning of the installation directories:
--bindir=DIR user executables [PREFIX/bin]
--libdir=DIR object code libraries [PREFIX/lib]
--docdir=DIR info documentation [PREFIX/share/doc]
--mandir=DIR man documentation [PREFIX/share/man]
+ --infodir=DIR info documentation [DATAROOTDIR/info] (ignored)
+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
+ (ignored)
+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] (ignored)
+ --localstatedir=DIR modifiable single-machine data [PREFIX/var] (ignored)
+
+Program names:
+ --program-prefix=PREFIX prepend PREFIX to installed program names
+ (ignored)
+
+System types:
+ --build=BUILD configure for building on BUILD [guessed] (ignored)
+ --host=HOST cross-compile to build programs to run on HOST [BUILD]
+ (ignored)
Optional Features:
+ --enable-shared[=PKGS] build shared libraries [default=yes] (ignored)
+ --enable-static[=PKGS] build static libraries [default=yes] (ignored)
+
+Optional Packages:
--with-install=PATH Specify the full PATH to GNU install
--with-make=PATH Specify the full PATH to GNU make >= 3.80
--with-grep=PATH Specify the full PATH to GNU grep