commit | 2b7ef379de23be09e722b378996da2aabce99c00 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Tue Jan 04 12:36:12 2022 +0100 |
committer | György Szing <gyorgy.szing@arm.com> | Tue Feb 01 15:41:33 2022 +0100 |
tree | 2176b35295de9ffafa2f5bd10349a5e7f5bf4f8c | |
parent | 4ae1142fe99fce816ecc5fb8178c09c79d354d98 [diff] |
Fix compiler prefix extraction in newlib external Change the regex based solution to handle arbitrary number of parts in the compiler prefix. The previous regex only allowed triplets which caused problems with compilers like aarch64-none-linux-gnu-gcc. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: I55247c0fd5223728d08c8537a16c456398dd2bd1