Skip to content

Commit

Permalink
Update qbittorrent-nox-static.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed May 21, 2024
1 parent 5fc6745 commit 3023a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qbittorrent-nox-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1723,11 +1723,11 @@ _release_info() {
printf '\n%s\n' "| Crossarch | Alpine Cross build files | Arch config | Tuning |"
printf '%s\n' "| :---------: | :----------------------: | :---------: | :-----------------------------------------------------------------------------------------------------------------------------: |"
[[ "${multi_arch_options[${qbt_cross_name}]}" == armel ]] && printf '%s\n' "| armel | arm-linux-musleabi | armv5te | --with-arch=armv5te --with-tune=arm926ej-s --with-float=soft --with-abi=aapcs-linux |"
[[ "${multi_arch_options[${qbt_cross_name}]}" == armhf ]] && printf '%s\n' "| armhf | arm-linux-musleabihf | armv6zk | --with-arch=armv6zk --with-tune=arm1176jzf-s --with-fpu=vfp --with-float=hard --with-abi=aapcs-linux |"
[[ "${multi_arch_options[${qbt_cross_name}]}" == armhf ]] && printf '%s\n' "| armhf | arm-linux-musleabihf | armv6zk | --with-arch=armv6kz --with-tune=arm1176jzf-s --with-fpu=vfpv2 --with-float=hard --with-abi=aapcs-linux |"
[[ "${multi_arch_options[${qbt_cross_name}]}" == armv7 ]] && printf '%s\n' "| armv7 | armv7l-linux-musleabihf | armv7-a | --with-arch=armv7-a --with-tune=generic-armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-abi=aapcs-linux --with-mode=thumb |"
[[ "${multi_arch_options[${qbt_cross_name}]}" == aarch64 ]] && printf '%s\n' "| aarch64 | aarch64-linux-musl | armv8-a | --with-arch=armv8-a --with-abi=lp64 |"
[[ "${multi_arch_options[${qbt_cross_name}]}" == x86_64 ]] && printf '%s\n' "| x86_64 | x86_64-linux-musl | amd64 | N/A |"
[[ "${multi_arch_options[${qbt_cross_name}]}" == x86 ]] && printf '%s\n' "| x86 | i686-linux-musl | i686 | --with-arch=i686 --with-tune=generic --enable-cld |"
[[ "${multi_arch_options[${qbt_cross_name}]}" == x86 ]] && printf '%s\n' "| x86 | i686-linux-musl | i686 | --with-arch=pentium-m --with-fpmath=sse --with-tune=generic --enable-cld |"
[[ "${multi_arch_options[${qbt_cross_name}]}" == s390x ]] && printf '%s\n' "| s390x | s390x-linux-musl | zEC12 | --with-arch=z196 --with-tune=zEC12 --with-zarch --with-long-double-128 --enable-decimal-float |"
[[ "${multi_arch_options[${qbt_cross_name}]}" == powerpc ]] && printf '%s\n' "| powerpc | powerpc-linux-musl | ppc | --enable-secureplt --enable-decimal-float=no |"
[[ "${multi_arch_options[${qbt_cross_name}]}" == ppc64el ]] && printf '%s\n' "| powerpc64le | powerpc64le-linux-musl | ppc64 | --with-abi=elfv2 --enable-secureplt --enable-decimal-float=no --enable-targets=powerpcle-linux |"
Expand Down

0 comments on commit 3023a65

Please sign in to comment.