mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
* config.bfd: Add mips*vr4300-*-elf* target. * config/mipsbvr4300.mt: Added.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri Sep 1 08:12:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
|
||||||
|
|
||||||
|
* config.bfd: Add mips*vr4300-*-elf* target.
|
||||||
|
* config/mipsbvr4300.mt: Added.
|
||||||
|
|
||||||
Thu Aug 31 16:00:53 1995 steve chamberlain <sac@slash.cygnus.com>
|
Thu Aug 31 16:00:53 1995 steve chamberlain <sac@slash.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in: Update dependencies.
|
* Makefile.in: Update dependencies.
|
||||||
|
@ -123,6 +123,9 @@ case "${canon}" in
|
|||||||
mips*-*-sysv*) bfd_name=riscos ;;
|
mips*-*-sysv*) bfd_name=riscos ;;
|
||||||
mips*-*-riscos*) bfd_name=riscos ;;
|
mips*-*-riscos*) bfd_name=riscos ;;
|
||||||
mips*-*-bsd*) bfd_name=bigmips ;; # Sony News
|
mips*-*-bsd*) bfd_name=bigmips ;; # Sony News
|
||||||
|
# CYGNUS LOCAL jsmith/vr4300 : we use the existing definition for little-endian
|
||||||
|
mips*vr4300-*-elf*) bfd_name=mipsbvr4300 ;; # NEC VR4300 ELF only
|
||||||
|
# END CYGNUS LOCAL
|
||||||
mips*el-*-elf*) bfd_name=mipslelf ;;
|
mips*el-*-elf*) bfd_name=mipslelf ;;
|
||||||
mips*-*-elf*) bfd_name=mipsbelf ;;
|
mips*-*-elf*) bfd_name=mipsbelf ;;
|
||||||
ns32k-pc532-mach*) bfd_name=pc532-mach strip_underscore=yes;;
|
ns32k-pc532-mach*) bfd_name=pc532-mach strip_underscore=yes;;
|
||||||
@ -154,6 +157,7 @@ case "${canon}" in
|
|||||||
|
|
||||||
*-*-aout*) bfd_name=${cpu}-aout strip_underscore=yes ;;
|
*-*-aout*) bfd_name=${cpu}-aout strip_underscore=yes ;;
|
||||||
*-*-bsd*) bfd_name=${cpu}-aout strip_underscore=yes ;;
|
*-*-bsd*) bfd_name=${cpu}-aout strip_underscore=yes ;;
|
||||||
|
*-*-ieee*) bfd_name=ieee ;;
|
||||||
*-*-netware*) bfd_name=${cpu}-nlm ;;
|
*-*-netware*) bfd_name=${cpu}-nlm ;;
|
||||||
*-*-sysv4*) bfd_name=${cpu}-elf ;;
|
*-*-sysv4*) bfd_name=${cpu}-elf ;;
|
||||||
*-*-solaris2*) bfd_name=${cpu}-elf ;;
|
*-*-solaris2*) bfd_name=${cpu}-elf ;;
|
||||||
|
Reference in New Issue
Block a user