2001-10-08 Aldy Hernandez <aldyh@redhat.com>
* configure.tgt (targ): Add arm9e-*-elf.
This commit is contained in:
parent
b1ee46c5af
commit
45cf6f3e23
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-10-08 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* configure.tgt (targ): Add arm9e-*-elf.
|
||||
|
||||
2001-10-05 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* genscripts.sh: Fix a typo in the last change.
|
||||
|
|
|
@ -200,6 +200,7 @@ arm-*-netbsd*) targ_emul=armnbsd ;;
|
|||
arm-*-openbsd*) targ_emul=armnbsd ;;
|
||||
arm-*-rtems*) targ_emul=armelf ;;
|
||||
arm-*-elf) targ_emul=armelf ;;
|
||||
arm9e-*-elf) targ_emul=armelf ;;
|
||||
arm-*-oabi) targ_emul=armelf_oabi ;;
|
||||
arm*-*-linux-gnu*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
|
||||
arm*-*-uclinux*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue