diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-01-27 10:24:51 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-01-27 10:24:51 -0800 |
commit | 27ba7c949773a9f957a519f4b1e2b6d85e5f83b3 (patch) | |
tree | d1c3a033029ece13f302952d26b9b99759b05b40 /gas/configure | |
parent | c07af0ab296efebf868a153e6c98cb65c5c23d04 (diff) | |
download | gdb-27ba7c949773a9f957a519f4b1e2b6d85e5f83b3.zip gdb-27ba7c949773a9f957a519f4b1e2b6d85e5f83b3.tar.gz gdb-27ba7c949773a9f957a519f4b1e2b6d85e5f83b3.tar.bz2 |
Remove trailing `]' in --enable-compressed-debug-sections
* configure.ac (compressed_debug_sections): Remove trailing `]'.
* configure: Regenerated.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure b/gas/configure index c69edf5..fa0d7a1 100755 --- a/gas/configure +++ b/gas/configure @@ -1414,7 +1414,7 @@ Optional Features: --enable-targets alternative target configurations besides the primary --enable-checking enable run-time checks --enable-compressed-debug-sections={all,gas,none} - compress debug sections by default] + compress debug sections by default --enable-werror treat compile warnings as errors --enable-build-warnings enable build-time compiler warnings --disable-nls do not use Native Language Support |