Skip to content

Commit

Permalink
config: recognize ARMv8/AArch64 target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Polyakov committed Feb 24, 2014
1 parent 358d352 commit d099f0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ case "$GUESSOS" in
armv[1-3]*-*-linux2) OUT="linux-generic32" ;;
armv[7-9]*-*-linux2) OUT="linux-armv4"; options="$options -march=armv7-a" ;;
arm*-*-linux2) OUT="linux-armv4" ;;
aarch64-*-linux2) OUT="linux-generic64" ;;
sh*b-*-linux2) OUT="linux-generic32"; options="$options -DB_ENDIAN" ;;
sh*-*-linux2) OUT="linux-generic32"; options="$options -DL_ENDIAN" ;;
m68k*-*-linux2) OUT="linux-generic32"; options="$options -DB_ENDIAN" ;;
Expand Down

0 comments on commit d099f0e

Please sign in to comment.