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 | |
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')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rwxr-xr-x | gas/configure | 2 | ||||
-rw-r--r-- | gas/configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index eb9fff1..b210227 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2016-01-27 H.J. Lu <hongjiu.lu@intel.com> + + * configure.ac (compressed_debug_sections): Remove trailing `]'. + * configure: Regenerated. + 2016-01-25 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ... 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 diff --git a/gas/configure.ac b/gas/configure.ac index 74a274b..19ba458 100644 --- a/gas/configure.ac +++ b/gas/configure.ac @@ -70,7 +70,7 @@ ac_default_compressed_debug_sections=unset # Provide a configure time option to override our default. AC_ARG_ENABLE(compressed_debug_sections, AS_HELP_STRING([--enable-compressed-debug-sections={all,gas,none}], - [compress debug sections by default])], + [compress debug sections by default]), [case ,"${enableval}", in ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;; ,no, | ,none,) ac_default_compressed_debug_sections=no ;; |