https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95413

--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>:

https://gcc.gnu.org/g:9051b548274bffef9f41e720e1894d12cf68a47c

commit r11-732-g9051b548274bffef9f41e720e1894d12cf68a47c
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Fri May 29 12:23:33 2020 -0700

    Avoid nested save_CFLAGS and save_LDFLAGS

    Avoid nested save_CFLAGS and save_LDFLAGS by replacing save_CFLAGS and
    save_LDFLAGS with cet_save_CFLAGS and cet_save_LDFLAGS in cet.m4.

    config/

            PR bootstrap/95413
            * cet.m4: Replace save_CFLAGS and save_LDFLAGS with
            cet_save_CFLAGS and cet_save_LDFLAGS.

    gcc/

            PR bootstrap/95413
            * configure: Regenerated.

    libatomic/

            PR bootstrap/95413
            * configure: Regenerated.

    libbacktrace/

            PR bootstrap/95413
            * configure: Regenerated.

    libcc1/

            PR bootstrap/95413
            * configure: Regenerated.

    libcpp/

            PR bootstrap/95413
            * configure: Regenerated.

    libdecnumber/

            PR bootstrap/95413
            * configure: Regenerated.

    libgcc/

            PR bootstrap/95413
            * configure: Regenerated.

    libgfortran/

            PR bootstrap/95413
            * configure: Regenerated.

    libgomp/

            PR bootstrap/95413
            * configure: Regenerated.

    libiberty/

            PR bootstrap/95413
            * configure: Regenerated.

    libitm/

            PR bootstrap/95413
            * configure: Regenerated.

    libobjc/

            PR bootstrap/95413
            * configure: Regenerated.

    libphobos/

            PR bootstrap/95413
            * configure: Regenerated.

    libquadmath/

            PR bootstrap/95413
            * configure: Regenerated.

    libsanitizer/

            PR bootstrap/95413
            * configure: Regenerated.

    libssp/

            PR bootstrap/95413
            * configure: Regenerated.

    libstdc++-v3/

            PR bootstrap/95413
            * configure: Regenerated.

    libvtv/

            PR bootstrap/95413
            * configure: Regenerated.

    lto-plugin/

            PR bootstrap/95413
            * configure: Regenerated.

    zlib/

            PR bootstrap/95413
            * configure: Regenerated.

Reply via email to