mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Add support fpr MAXQ processor
This commit is contained in:
@ -149,6 +149,7 @@ changequote([,])dnl
|
||||
m683??) cpu_type=m68k ;;
|
||||
m5200) cpu_type=m68k ;;
|
||||
m8*) cpu_type=m88k ;;
|
||||
maxq) cpu_type=maxq ;;
|
||||
mips*el) cpu_type=mips endian=little ;;
|
||||
mips*) cpu_type=mips endian=big ;;
|
||||
or32*) cpu_type=or32 endian=big ;;
|
||||
@ -380,6 +381,8 @@ changequote([,])dnl
|
||||
m88k-motorola-sysv3*) fmt=coff em=delt88 ;;
|
||||
m88k-*-coff*) fmt=coff ;;
|
||||
|
||||
maxq-*-coff) fmt=coff ;;
|
||||
|
||||
mcore-*-elf) fmt=elf ;;
|
||||
mcore-*-pe) fmt=coff em=pe bfd_gas=yes ;;
|
||||
|
||||
|
Reference in New Issue
Block a user