mbox series

[0/1] LoongArch: Remove gawk extension from a generator script.

Message ID 20240723020426.11426-1-yangyujie@loongson.cn
Headers show
Series LoongArch: Remove gawk extension from a generator script. | expand

Message

Yang Yujie July 23, 2024, 2:04 a.m. UTC
Builds for the LoongArch target fail if the system "awk" is not "gawk".
This patch removes this unnecessary requirement.

Thanks to Jan-Benedict Glaw <jbglaw@lug-owl.de> for finding and reporting
this issue.

Yang Yujie (1):
  LoongArch: Remove gawk extension from a generator script.

 gcc/config/loongarch/genopts/gen-evolution.awk | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Lulu Cheng Aug. 2, 2024, 1:37 a.m. UTC | #1
Pushed to r15-2660.

在 2024/7/23 上午10:04, Yang Yujie 写道:
> Builds for the LoongArch target fail if the system "awk" is not "gawk".
> This patch removes this unnecessary requirement.
>
> Thanks to Jan-Benedict Glaw <jbglaw@lug-owl.de> for finding and reporting
> this issue.
>
> Yang Yujie (1):
>    LoongArch: Remove gawk extension from a generator script.
>
>   gcc/config/loongarch/genopts/gen-evolution.awk | 7 ++++---
>   1 file changed, 4 insertions(+), 3 deletions(-)
>