archdep-filter: add @ARM filter for aarch64, arm*

There are use cases when having this common knob would be desirable.
This commit is contained in:
Anton Midyukov 2019-11-01 11:38:56 +07:00 committed by Michael Shigorin
parent f6c6c8c101
commit d65ae1021b

View File

@ -26,6 +26,8 @@ x86_64)
A="X86";;
e2k*)
A="E2K";;
aarch64|arm*)
A="ARM";;
*)
A=;;
esac