[PATCH] build: normalize arm targets
Linux distributions use different dumpmachine outputs for the ARM
architecture. arm, armv6l, armv7l.
For the syscall annotation, these variants are standardized to “arm”.
Signed-off-by: Julian Wundrak
Hi Julian,
On Wed, 26 Mar 2025 20:14:31 +0000
Julian Wundrak
Linux distributions use different dumpmachine outputs for the ARM architecture. arm, armv6l, armv7l. For the syscall annotation, these variants are standardized to “arm”.
Signed-off-by: Julian Wundrak
--- Hey everyone, This resolves bug #117. I hope I did everything correctly, because this is the first time I have had to submit a patch via git send emails.
Then you got it right on the first attempt! I'll just add a tag in the commit message: Link: https://bugs.passt.top/show_bug.cgi?id=117 ...and I'll run tests, then apply it. -- Stefano
On Wed, 26 Mar 2025 21:29:02 +0100
Stefano Brivio
Hi Julian,
On Wed, 26 Mar 2025 20:14:31 +0000 Julian Wundrak
wrote: Linux distributions use different dumpmachine outputs for the ARM architecture. arm, armv6l, armv7l. For the syscall annotation, these variants are standardized to “arm”.
Signed-off-by: Julian Wundrak
--- Hey everyone, This resolves bug #117. I hope I did everything correctly, because this is the first time I have had to submit a patch via git send emails.
Then you got it right on the first attempt! I'll just add a tag in the commit message:
Link: https://bugs.passt.top/show_bug.cgi?id=117
...and I'll run tests, then apply it.
...almost: you forgot to fix this as you mentioned in: https://bugs.passt.top/show_bug.cgi?id=117#c3 I'm fixing it up on merge as it's a trivial typo. -- Stefano
participants (2)
-
Julian Wundrak
-
Stefano Brivio