diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2025-03-19 10:59:04 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2025-03-25 12:57:58 +0000 |
commit | 3c384dfc89fcf87b01f300968e85a7547e058748 (patch) | |
tree | 778f1c203dee21b9a5db6c24ed94f18cd0088606 /gcc | |
parent | 466da4baba46608882d16d121fa46d33f841bc7b (diff) | |
download | gcc-3c384dfc89fcf87b01f300968e85a7547e058748.zip gcc-3c384dfc89fcf87b01f300968e85a7547e058748.tar.gz gcc-3c384dfc89fcf87b01f300968e85a7547e058748.tar.bz2 |
testsuite: arm: remove duplicate -mcpu=unset in arm_v8_1_lob_ok
This was probably a typo / oversight.
gcc/testsuite/
* lib/target-supports.exp
(check_effective_target_arm_v8_1_lob_ok): Remove duplicate
-mcpu=unset.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index e875e35..e90c090 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -13504,7 +13504,7 @@ proc check_effective_target_arm_v8_1_lob_ok { } { asm goto ("le lr, %l0" : : : "lr" : loop); return i != 10; } - } "-mcpu=unset -mcpu=unset -march=armv8.1-m.main -mthumb" ] + } "-mcpu=unset -march=armv8.1-m.main -mthumb" ] } } |