config: add arch define for Arm
authorRuifeng Wang <ruifeng.wang@arm.com>
Thu, 20 Jan 2022 02:38:00 +0000 (10:38 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 20 Jan 2022 14:53:00 +0000 (15:53 +0100)
commit9cc217a28310d21fba56e5eceb740b4feb7e0949
treef3419034968dc2e9add1ee3661913bca0f401b63
parent1dcbc676d5e0b6d299147a47d2274ba1e9e248a4
config: add arch define for Arm

As per design document, RTE_ARCH is the name of the architecture.
However, the definition was missing on Arm with meson build.
It impacts applications that refers to this string.

Added for Arm builds.

Fixes: b1d48c41189a ("build: support ARM with meson")
Cc: stable@dpdk.org
Reported-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
config/arm/meson.build