2006-12-05 Markus Deuling <deuling@de.ibm.com>
* README: Update supported targets.
This commit is contained in:
parent
9fb92a5a5b
commit
a5e13d24f0
2 changed files with 23 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-12-05 Markus Deuling <deuling@de.ibm.com>
|
||||
|
||||
* README: Update supported targets.
|
||||
|
||||
2006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile.in (clean): Remove reg-mips64.c.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue