mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
* configure.in (mips64vr-elf, mips64vrel-elf): New config.
* configure: Regenerate.
This commit is contained in:
@ -530,6 +530,9 @@ changequote([,])dnl
|
||||
mipstx39 | mipstx39el)
|
||||
mips_cpu=r3900
|
||||
;;
|
||||
mips64vr | mips64vrel)
|
||||
mips_cpu=vr4100
|
||||
;;
|
||||
mips64* | mipsisa64* | mipsisa32*)
|
||||
changequote(,)dnl
|
||||
mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
|
||||
|
Reference in New Issue
Block a user