[Bug build/8751] gdb doesn't honor CPPFLAGS, LDFLAGS

cvs-commit at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Tue Aug 7 22:40:00 GMT 2018


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

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

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

commit 9c61296405d4299b7000e445a6e07c0232bb0342
Author: Tom Tromey <tom@tromey.com>
Date:   Tue Aug 7 12:07:36 2018 -0600

    Allow CPPFLAGS to be set on the make command line

    While looking into PR build/8751 (which seems to be fixed), I noticed
    that it's not possible to change CPPFLAGS for gdb on the "make"
    command line.  It's reasonable to want to do this sometimes, and I
    think this patch should suffice.

    gdb/ChangeLog
    2018-08-07  Tom Tromey  <tom@tromey.com>

        * Makefile.in (CPPFLAGS): New variable.
        (INTERNAL_CPPFLAGS): Use it.

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


More information about the Gdb-prs mailing list