Skip to content

Commit

Permalink
Set arm-unknown-linux-gnueabihf as alt platform on aarch64
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley CallMeFoxie <ashley@victorianfox.com>
  • Loading branch information
CallMeFoxie committed Nov 4, 2020
1 parent c02fdac commit 48076df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions m4/boinc_platform.m4
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ AC_DEFUN([BOINC_PLATFORM],[
i686*linux-android*)
boinc_platform="x86-android-linux-gnu"
;;
aarch64*linux-gnu)
boinc_alt_platform="arm-unknown-linux-gnueabihf"
;;
esac
case "${target}" in
i386-pc-os2)
Expand Down

0 comments on commit 48076df

Please sign in to comment.