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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by SRINATH PARVATHANENI
<sripa...@gcc.gnu.org>:

https://gcc.gnu.org/g:275820c09e5f397040cbff69c90012dc1e220faf

commit r13-5322-g275820c09e5f397040cbff69c90012dc1e220faf
Author: Srinath Parvathaneni <srinath.parvathan...@arm.com>
Date:   Tue Jan 24 09:57:52 2023 +0000

    arm: Fix inclusion of arm-mlib.h header more than once (pr108505).

    The patch fixes the build issue for arm-none-eabi target configured with
    --with-multilib-list=aprofile,rmprofile, in which case the header file
    arm/arm-mlib.h is being included more than once and the toolchain build
    is failing (PR108505).

    gcc/ChangeLog:

    2023-01-24  Srinath Parvathaneni  <srinath.parvathan...@arm.com>

            PR target/108505
            * config.gcc (tm_file): Move the variable out of loop.

Reply via email to