From 4fed94fcee287372d744bc43505176d37ace72f2 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 1 Feb 2024 13:57:07 +0100 Subject: [PATCH] Add e5s and z8102ax generic info for repos --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index aadf5ea4..8b5ae29e 100755 --- a/build.sh +++ b/build.sh @@ -87,12 +87,16 @@ elif [ "$OMR_TARGET" = "bpi-r64" ]; then OMR_REAL_TARGET="aarch64_cortex-a53" elif [ "$OMR_TARGET" = "espressobin" ]; then OMR_REAL_TARGET="aarch64_cortex-a53" +elif [ "$OMR_TARGET" = "z8102ax_128m" ] || [ "$OMR_TARGET" = "z8102ax_648m" ]; then + OMR_REAL_TARGET="aarch64_cortex-a53" elif [ "$OMR_TARGET" = "x86" ]; then OMR_REAL_TARGET="i386_pentium4" elif [ "$OMR_TARGET" = "r2s" ]; then OMR_REAL_TARGET="aarch64_generic" elif [ "$OMR_TARGET" = "r4s" ]; then OMR_REAL_TARGET="aarch64_generic" +elif [ "$OMR_TARGET" = "r5s" ]; then + OMR_REAL_TARGET="aarch64_generic" elif [ "$OMR_TARGET" = "ubnt-erx" ]; then OMR_REAL_TARGET="mipsel_24kc" else