diff options
Diffstat (limited to 'compile.sh')
-rwxr-xr-x | compile.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -36,6 +36,7 @@ else fi case "$crosscompile_target" in "") + VER_LIBEWF= ;; *-msdosdjgpp) VER_LIBNTFS3G="2014.2.15" @@ -57,10 +58,16 @@ case "$crosscompile_target" in VER_NTFSPROGS= VER_E2FSPROGS="1.42.8" ;; + arm-none-linux-gnueabi|powerpc-linux-gnuspe) + VER_LIBNTFS3G="2014.2.15" + VER_NTFSPROGS= + VER_E2FSPROGS="1.42.8" + ;; *) VER_LIBNTFS3G="2014.2.15" VER_NTFSPROGS= VER_E2FSPROGS="1.42.8" + VER_LIBEWF= ;; esac prefix=/usr/$crosscompile_target |