From 84fe59280adc57ab3b2bff2d9c3d0353cd3fd21a Mon Sep 17 00:00:00 2001 From: dur3x Date: Sat, 19 May 2018 20:13:02 +0200 Subject: [PATCH] Add real target for rpi --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8a19eee0..c709bf8a 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,7 @@ fi if [ "$OMR_TARGET" = "rpi3" ]; then OMR_REAL_TARGET="aarch64_cortex-a53" -elif [ "$OMR_TARGET" = "rpi2" ]; then +elif [ "$OMR_TARGET" = "rpi2" ] || [ "$OMR_TARGET" = "rpi" ]; then OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4" else OMR_REAL_TARGET=${OMR_TARGET}