Commit d65ae102 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

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

There are use cases when having this common knob would be desirable.
parent f6c6c8c1
......@@ -26,6 +26,8 @@ x86_64)
A="X86";;
e2k*)
A="E2K";;
aarch64|arm*)
A="ARM";;
*)
A=;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment