Sync top-level configure.ac with binutils-gdb
Sync with binutils-gdb: 2015-10-21 Nick Clifton <nickc@redhat.com> PR gas/19109 * configure.ac: Note the 'none' is an acceptable argument to --enable-compressed-debug-sections. * configure: Regenerate. From-SVN: r232279
This commit is contained in:
parent
65364cc5f0
commit
324402a0c6
3 changed files with 12 additions and 2 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
Sync with binutils-gdb:
|
||||||
|
2015-10-21 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
PR gas/19109
|
||||||
|
* configure.ac: Note the 'none' is an acceptable argument to
|
||||||
|
--enable-compressed-debug-sections.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
|
2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
|
||||||
|
|
||||||
PR bootstrap/69134
|
PR bootstrap/69134
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -1477,7 +1477,7 @@ Optional Features:
|
||||||
offload target compiler during the build
|
offload target compiler during the build
|
||||||
--enable-gold[=ARG] build gold [ARG={default,yes,no}]
|
--enable-gold[=ARG] build gold [ARG={default,yes,no}]
|
||||||
--enable-ld[=ARG] build ld [ARG={default,yes,no}]
|
--enable-ld[=ARG] build ld [ARG={default,yes,no}]
|
||||||
--enable-compressed-debug-sections={all,gas,gold,ld}
|
--enable-compressed-debug-sections={all,gas,gold,ld,none}
|
||||||
Enable compressed debug sections for gas, gold or ld
|
Enable compressed debug sections for gas, gold or ld
|
||||||
by default
|
by default
|
||||||
--disable-libquadmath do not build libquadmath directory
|
--disable-libquadmath do not build libquadmath directory
|
||||||
|
|
|
@ -397,7 +397,7 @@ esac
|
||||||
# Decide the default method for compressing debug sections.
|
# Decide the default method for compressing debug sections.
|
||||||
# Provide a configure time option to override our default.
|
# Provide a configure time option to override our default.
|
||||||
AC_ARG_ENABLE(compressed_debug_sections,
|
AC_ARG_ENABLE(compressed_debug_sections,
|
||||||
[AS_HELP_STRING([--enable-compressed-debug-sections={all,gas,gold,ld}],
|
[AS_HELP_STRING([--enable-compressed-debug-sections={all,gas,gold,ld,none}],
|
||||||
[Enable compressed debug sections for gas, gold or ld by
|
[Enable compressed debug sections for gas, gold or ld by
|
||||||
default])],
|
default])],
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Reference in a new issue