diff options
author | Nick Clifton <nickc@redhat.com> | 2015-10-21 14:57:28 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-10-21 14:57:28 +0100 |
commit | 1283d92f0e4704bb31b1e163b9c88216756ef62c (patch) | |
tree | 0416ae5aee6c6850a2c611be277346e3305b34b7 /ld/configure.ac | |
parent | 6c3bc0f82c625d425b09c01f96b64946abe4118e (diff) | |
download | gdb-1283d92f0e4704bb31b1e163b9c88216756ef62c.zip gdb-1283d92f0e4704bb31b1e163b9c88216756ef62c.tar.gz gdb-1283d92f0e4704bb31b1e163b9c88216756ef62c.tar.bz2 |
Extend description of the --enable-compressed-debug-sections configure option in gas and ld.
Diffstat (limited to 'ld/configure.ac')
-rw-r--r-- | ld/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.ac b/ld/configure.ac index 8a9ce2b..21a69e5 100644 --- a/ld/configure.ac +++ b/ld/configure.ac @@ -148,7 +148,7 @@ esac ac_default_compressed_debug_sections=unset # Provide a configure time option to override our default. AC_ARG_ENABLE(compressed_debug_sections, -[ --enable-compressed-debug-sections compress debug sections by default], +[ --enable-compressed-debug-sections={all,ld,none} compress debug sections by default], [case "${enableval}" in yes | all | ld) ac_default_compressed_debug_sections=yes ;; no | none) ac_default_compressed_debug_sections=no ;; |