From 45cf6f3e2379c12dbec8cdc42c0493e0a114bcc9 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Mon, 8 Oct 2001 18:54:13 +0000 Subject: [PATCH] 2001-10-08 Aldy Hernandez * configure.tgt (targ): Add arm9e-*-elf. --- ld/ChangeLog | 4 ++++ ld/configure.tgt | 1 + 2 files changed, 5 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 46cfa7f4b4..448e2e3bbe 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-10-08 Aldy Hernandez + + * configure.tgt (targ): Add arm9e-*-elf. + 2001-10-05 H.J. Lu * genscripts.sh: Fix a typo in the last change. diff --git a/ld/configure.tgt b/ld/configure.tgt index 41aebf2631..7b6c572a03 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -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 ;;