]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: Fix CMSE support detection in libgcc (PR target/99157)
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 24 Feb 2021 15:51:52 +0000 (15:51 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Wed, 24 Feb 2021 16:02:44 +0000 (16:02 +0000)
commitfcfd5cc0f428262fcce874a4c3b41e06d1296901
tree3a88a2cca2123096674e30a38587dc9a93b8de34
parent01af81169f0b92ee2823e86c37066f8f002c21c0
arm: Fix CMSE support detection in libgcc (PR target/99157)

As discussed in the PR, the Makefile fragment lacks a double '$' to
get the return-code from GCC invocation, resulting is CMSE support
missing from multilibs.

I checked that the simple patch proposed in the PR fixes the problem.

2021-02-23  Christophe Lyon  <christophe.lyon@linaro.org>
    Hau Hsu  <hsuhau617@gmail.com>

PR target/99157
libgcc/
* config/arm/t-arm: Fix cmse support detection.

(cherry picked from commit be30dd89926d5dd19d72f90c1586b0e2557fde43)
libgcc/config/arm/t-arm