Skip to content

Commit

Permalink
builddeb: add arm64 in the supported architectures
Browse files Browse the repository at this point in the history
Signed-off-by: Fathi Boudra <[email protected]>
Reviewed-by: Ben Hutchings <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
fboudra authored and michal42 committed Apr 24, 2014
1 parent 6b4a144 commit a8d9c9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/package/builddeb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ create_package() {
debarch=hppa ;;
mips*)
debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;;
arm64)
debarch=arm64 ;;
arm*)
debarch=arm$(grep -q CONFIG_AEABI=y $KCONFIG_CONFIG && echo el || true) ;;
*)
Expand Down

0 comments on commit a8d9c9f

Please sign in to comment.