diff options
author | Tom Tromey <tromey@redhat.com> | 2009-04-21 17:00:17 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-04-21 17:00:17 +0000 |
commit | a1220294e53a9a14bbe3bf1d625ecb7ae05cc1c9 (patch) | |
tree | b073300bed039597ca6c70acd375a1938cb9e60c /gdb/configure | |
parent | eac35c4ebc710d976d7e25e67b24ece097b6ca35 (diff) | |
download | gdb-a1220294e53a9a14bbe3bf1d625ecb7ae05cc1c9.zip gdb-a1220294e53a9a14bbe3bf1d625ecb7ae05cc1c9.tar.gz gdb-a1220294e53a9a14bbe3bf1d625ecb7ae05cc1c9.tar.bz2 |
* configure: Rebuild.
* acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
* configure.ac: Use AC_HELP_STRING. Use upper case for variables
in help.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/gdb/configure b/gdb/configure index d37c4f2..30414d0 100755 --- a/gdb/configure +++ b/gdb/configure @@ -864,7 +864,8 @@ Optional Features: (and sometimes confusing) to the casual installer --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors - --enable-targets alternative target configurations + --enable-targets=TARGETS + alternative target configurations --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes) --disable-gdbcli disable command-line interface (CLI) --disable-gdbmi disable machine-interface (MI) @@ -872,35 +873,42 @@ Optional Features: --enable-gdbtk enable gdbtk graphical user interface (GUI) --enable-profiling enable profiling of GDB --disable-rpath do not hardcode runtime library paths - --enable-werror treat compile warnings as errors + --enable-werror treat compile warnings as errors --enable-build-warnings Enable build-time compiler warnings if gcc is used - --enable-gdb-build-warnings Enable GDB specific build-time compiler warnings if gcc is used + --enable-gdb-build-warnings + Enable GDB specific build-time compiler warnings if + gcc is used --enable-sim Link gdb with simulator --enable-multi-ice build the multi-ice-gdb-server Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-separate-debug-dir=path Look for global separate debug info in this path LIBDIR/debug + --with-separate-debug-dir=PATH + Look for global separate debug info in this path + LIBDIR/debug --with-relocated-sources=PATH Automatically relocate this path for source files - --with-libunwind Use libunwind frame unwinding support + --with-libunwind Use libunwind frame unwinding support --with-curses use the curses library instead of the termcap library --with-pkgversion=PKG Use PKG in the version string in place of "GDB" --with-bugurl=URL Direct users to URL to report a bug - --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib + --with-libiconv-prefix=DIR + search for libiconv in DIR/include and DIR/lib --with-system-readline use installed readline library --with-expat include expat support (auto/yes/no) --with-gnu-ld assume the C compiler uses GNU ld default=no --with-libexpat-prefix[=DIR] search for libexpat in DIR/include and DIR/lib --without-libexpat-prefix don't search for libexpat in includedir and libdir --with-python include python support (auto/yes/no/<path>) - --without-included-regex don't use included regex; this is the default - on systems with version 2 of the GNU C library - (use with caution on other system) - --with-sysroot=DIR Search for usr/lib et al within DIR. - --with-system-gdbinit=file Automatically load a system-wide gdbinit file + --without-included-regex + don't use included regex; this is the default on + systems with version 2 of the GNU C library (use + with caution on other system) + --with-sysroot=DIR Search for usr/lib et al within DIR. + --with-system-gdbinit=FILE + Automatically load a system-wide gdbinit file --with-tcl directory containing tcl configuration (tclConfig.sh) --with-tk directory containing tk configuration (tkConfig.sh) --with-x use the X Window System |