diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-07-10 04:45:16 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-07-10 04:45:16 +0000 |
commit | 4a096548a65ba8ef330a8baa388fb2c09e873a2a (patch) | |
tree | c05a8b398971c4acfda204054089e4b10c8737d7 /ld/configure.tgt | |
parent | 2ce28d43c4144c41b34872acf04c472568e65fd8 (diff) | |
download | gdb-4a096548a65ba8ef330a8baa388fb2c09e873a2a.zip gdb-4a096548a65ba8ef330a8baa388fb2c09e873a2a.tar.gz gdb-4a096548a65ba8ef330a8baa388fb2c09e873a2a.tar.bz2 |
2001-08-22 Alexandre Oliva <aoliva@redhat.com>
* emulparams/elf32am33lin.sh: Adjust to match kernel parameters.
2001-05-09 Alexandre Oliva <aoliva@redhat.com>
* configure.host (am33_2.0-*-linux*): Added.
* configure.tgt (am33_2.0-*-linux*): Likewise.
* emulparams/elf32am33lin.sh: New.
* Makefile.am (eelf32am33lin.c): New rule.
* Makefile.in: Rebuilt.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 8a6fbad..bed886a 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -16,6 +16,7 @@ targ_extra_emuls= targ_extra_ofiles= case "${targ}" in +am33_2.0-*-linux*) targ_emul=elf32am33lin ;; arm-epoc-pe) targ_emul=arm_epoc_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; arm-*-wince) targ_emul=armpe ; |