From 12d7f9f096699568f9849ea30b1f8c16163f878f Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Sun, 9 May 2021 08:46:39 +0200 Subject: [PATCH] compile.sh: add target aarch64-QNAP-linux-gnu --- compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index b3c8cf5c..7b7f3493 100755 --- a/compile.sh +++ b/compile.sh @@ -58,7 +58,7 @@ case "$crosscompile_target" in VER_NTFSPROGS= VER_E2FSPROGS="1.42.8" ;; - arm-none-linux-gnueabi|powerpc-linux-gnuspe) + arm-none-linux-gnueabi|powerpc-linux-gnuspe|aarch64-QNAP-linux-gnu) VER_LIBNTFS3G="2014.2.15" VER_NTFSPROGS= VER_E2FSPROGS="1.42.8" @@ -338,7 +338,7 @@ then arm-marvell-linux-gnu) $confdir/configure --host=$crosscompile_target --prefix=$prefix $CONFIGUREOPT --without-ewf --without-ntfs --disable-qt --enable-record-compilation-date ;; - arm-none-linux-gnueabi|powerpc-linux-gnuspe) + arm-none-linux-gnueabi|powerpc-linux-gnuspe|aarch64-QNAP-linux-gnu) $confdir/configure --host=$crosscompile_target --prefix=$prefix $CONFIGUREOPT --without-ntfs --disable-qt --enable-record-compilation-date ;; *cygwin*)