Re: [PATCH v7 04/11] rules.mak: Add strequal() and startswith() rules

2020-06-05 Thread Richard Henderson
On 6/5/20 10:58 AM, Philippe Mathieu-Daudé wrote: > Add a rule to test if two strings are equal, > and another to test if a string starts with a substring. > > Signed-off-by: Philippe Mathieu-Daudé > --- > rules.mak | 14 ++ > 1 file changed, 14 insertions(+) Reviewed-by: Richard

[PATCH v7 04/11] rules.mak: Add strequal() and startswith() rules

2020-06-05 Thread Philippe Mathieu-Daudé
Add a rule to test if two strings are equal, and another to test if a string starts with a substring. Signed-off-by: Philippe Mathieu-Daudé --- rules.mak | 14 ++ 1 file changed, 14 insertions(+) diff --git a/rules.mak b/rules.mak index 694865b63e..7b58a6b8c5 100644 --- a/rules.mak