forked from Imagelibrary/binutils-gdb
Adding aarch64-linux-nat support.
2013-02-08 Jim MacArthur <jim.macarthur@arm.com> Marcus Shawcroft <marcus.shawcroft@arm.com> Nigel Stephens <nigel.stephens@arm.com> Yufeng Zhang <yufeng.zhang@arm.com> * aarch64-linux-nat.c: New file. * config/aarch64/linux.mh: New file. * configure.host: Add AArch64. * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
This commit is contained in:
@@ -39,6 +39,7 @@ esac
|
||||
|
||||
case "${host_cpu}" in
|
||||
|
||||
aarch64*) gdb_host_cpu=aarch64 ;;
|
||||
alpha*) gdb_host_cpu=alpha ;;
|
||||
arm*) gdb_host_cpu=arm ;;
|
||||
hppa*) gdb_host_cpu=pa ;;
|
||||
@@ -64,6 +65,8 @@ case "${host}" in
|
||||
|
||||
*-*-darwin*) gdb_host=darwin ;;
|
||||
|
||||
aarch64*-*-linux*) gdb_host=linux ;;
|
||||
|
||||
alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;;
|
||||
alpha*-*-linux*) gdb_host=alpha-linux ;;
|
||||
alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
|
||||
|
||||
Reference in New Issue
Block a user