Signed-off-by: Jaehun Jeong <jh4u.jeong@samsung.com>
%define build_mode debug
%endif
-%ifarch armv7l armv7hl armv7nhl armv7tnhl armv7thl
+%ifarch armv7l armv7nhl armv7tnhl armv7thl
BuildRequires: python-accel-armv7l-cross-arm
%define TARGET_ARCH "armeabi-v7a"
%endif
+%ifarch armv7hl
+BuildRequires: python-accel-armv7hl-cross-arm
+%define TARGET_ARCH "armeabi-v7a"
+%endif
%ifarch aarch64
BuildRequires: python-accel-aarch64-cross-aarch64
%define TARGET_ARCH "arm64"