diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-12 16:27:09 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-12 16:27:09 +0000 |
commit | 325f661beee4b6d315a4a1708a260b82f7a6a83f (patch) | |
tree | d381df59a08a062e163aa6ee299d51cec6e973c8 /configure | |
parent | 8a9401a4c6a15518e504cb69b16147f02f288526 (diff) | |
download | gcc-325f661beee4b6d315a4a1708a260b82f7a6a83f.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232279 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index f5786ed568b..19eb2a4a44a 100755 --- a/configure +++ b/configure @@ -1477,7 +1477,7 @@ Optional Features: offload target compiler during the build --enable-gold[=ARG] build gold [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 by default --disable-libquadmath do not build libquadmath directory |