esl-epfl / x-heep

eXtendable Heterogeneous Energy-Efficient Platform based on RISC-V
Other
129 stars 69 forks source link

Change regex expression to not change "gcc" in the middle of the compiler path #524

Closed JuanSapriza closed 1 month ago

JuanSapriza commented 1 month ago

In this thorough, deep and extensive PR I am modifying the regex expression that changes the compiler path to remove the gcc part that is usually found at the end. The problem is only found when the path for a compiler contains gcc in the middle. Now it will only be removed if it's at the end.