diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-12-05 21:18:38 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-12-05 21:18:38 +0000 |
commit | a5e13d24f00a44eb3b144b4713a198c73d725184 (patch) | |
tree | 1b19d78329d9b86f0fdfd431ef861afe6c111e33 /gdb/gdbserver/README | |
parent | 9fb92a5a5b003e2741171194dc5ae5eb3ba5f4aa (diff) | |
download | gdb-a5e13d24f00a44eb3b144b4713a198c73d725184.zip gdb-a5e13d24f00a44eb3b144b4713a198c73d725184.tar.gz gdb-a5e13d24f00a44eb3b144b4713a198c73d725184.tar.bz2 |
2006-12-05 Markus Deuling <deuling@de.ibm.com>
* README: Update supported targets.
Diffstat (limited to 'gdb/gdbserver/README')
-rw-r--r-- | gdb/gdbserver/README | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/gdb/gdbserver/README b/gdb/gdbserver/README index 71887ca..eda00ba 100644 --- a/gdb/gdbserver/README +++ b/gdb/gdbserver/README @@ -77,14 +77,25 @@ command, otherwise you may get an error that looks something like Building gdbserver: -The supported targets as of February 2002 are: - arm-*-linux-gnu - i386-*-linux-gnu - ia64-*-linux-gnu - m68k-*-linux-gnu - mips-*-linux-gnu - powerpc-*-linux-gnu - sh-*-linux-gnu +The supported targets as of November 2006 are: + arm-*-linux* + crisv32-*-linux* + cris-*-linux* + i[34567]86-*-cygwin* + i[34567]86-*-linux* + i[34567]86-*-mingw* + ia64-*-linux* + m32r*-*-linux* + m68*-*-linux* + m68*-*-uclinux* + mips*64*-*-linux* + mips*-*-linux* + powerpc[64]-*-linux* + s390[x]-*-linux* + sh-*-linux* + spu*-*-* + x86_64-*-linux* + xscale*-*-linux* Configuring gdbserver you should specify the same machine for host and target (which are the machine that gdbserver is going to run on. This |