mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2002-04-01 Daniel Jacobowitz <drow@mvista.com>
* gdb.asm/Makefile.in: Correct dependencies. * gdb.asm/powerpc.inc: New file. * gdb.asm/asm-source.exp: Add PowerPC. * gdb.asm/configure.in: Likewise. * gdb.asm/configure: Regenerated.
This commit is contained in:
@ -53,6 +53,9 @@ if [istarget "i\[3456\]86-*-*"] then {
|
||||
if [istarget "m32r*-*"] then {
|
||||
set asm-arch m32r
|
||||
}
|
||||
if [istarget "powerpc*-*"] then {
|
||||
set asm-arch powerpc
|
||||
}
|
||||
if [istarget "sparc-*-*"] then {
|
||||
set asm-arch sparc
|
||||
}
|
||||
|
Reference in New Issue
Block a user