# HG changeset patch # User "Yann E. MORIN" # Date 1313612601 -7200 # Node ID 628192dbf847e7ac04d637bcfce2d6d981a3e5fa # Parent 041d0cf137c4fba8e4533a4ff907a3644e41f746 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" diff -r 041d0cf137c4 -r 628192dbf847 configure --- a/configure Sun Aug 21 22:14:39 2011 +0200 +++ b/configure Wed Aug 17 22:23:21 2011 +0200 @@ -314,14 +314,34 @@ 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