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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>:

https://gcc.gnu.org/g:0deabebedd16c9519bfb1dfbff303c2d9bd701ee

commit r12-3106-g0deabebedd16c9519bfb1dfbff303c2d9bd701ee
Author: Andrew Pinski <apin...@marvell.com>
Date:   Tue Aug 24 05:56:59 2021 +0000

    Fix a few problems with download_prerequisites.

    There are a few problems with download_prerequisites are
    described in PR 82704.  The first is on busy-box version of
    shasum and md5sum the extended option --check don't exist
    so just use -c.  The second issue is the code for which
    shasum program to use is included twice and is different.
    So move which program to use for the checksum after argument
    parsing.  The last issue is --md5 option has been broken for
    sometime now as the program is named md5sum and not just md5.
    Nobody updated switch table to be correct.

    contrib/ChangeLog:

            PR other/82704
            * download_prerequisites: Fix issues with --md5 and
            --sha512 options.

Reply via email to