bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/19109] Cannot configure default flag_compress_debug


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/19109] Cannot configure default flag_compress_debug
Date: Tue, 20 Oct 2015 16:01:46 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19109

--- Comment #29 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by H.J. Lu <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=edeefb679201858453502e21446d7a65fedeaf0e

commit edeefb679201858453502e21446d7a65fedeaf0e
Author: H.J. Lu <address@hidden>
Date:   Tue Oct 20 08:58:10 2015 -0700

    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.

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

    gas/

        PR gas/19109
        * NEWS: Update --enable-compressed-debug-sections=.
        * configure.ac: Remove --enable-compressed-debug-sections.
        (DEFAULT_FLAG_COMPRESS_DEBUG): Check
        --enable-compressed-debug-sections={all,gas} instead of
        --enable-compressed-debug-sections.  For x86 Linux targets,
        default to compressing debug sections.
        * configure: Regenerated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]