]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add --enable-compressed-debug-sections={all,gas,gold,ld}
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 20 Oct 2015 16:29:28 +0000 (16:29 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 20 Oct 2015 16:29:28 +0000 (09:29 -0700)
commit78edb32f826fbfafed3a6e8eda5f4043a5887a99
treefdf0d01594db7c6329d5e5e4c6dfcc2ececed0e2
parent8cda1c3eb263349536beb300cf6c278f51f2fead
Add --enable-compressed-debug-sections={all,gas,gold,ld}

This patch removes the gas configure option:

--enable-compressed-debug-sections

and adds a toplevel configure option:

--enable-compressed-debug-sections={all,gas,gold,ld}

to enable compressed debug sections for gas, gold or ld by default.  At
the moment, this configure option is ignored by gold and ld.  For x86
Linux targets, default to compressing debug sections in gas.

Sync with binutils-gdb:
PR gas/19109
* configure.ac: Add
--enable-compressed-debug-sections={all,gas,gold,ld}.
* configure: Regenerated.

From-SVN: r229088
ChangeLog
configure
configure.ac