diff options
author | Jeff Law <law@redhat.com> | 2000-04-25 17:21:28 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-04-25 17:21:28 +0000 |
commit | 730a39a0a323fa371788285ed30c482bd93079a9 (patch) | |
tree | 93a387a80faada6bf44b0e9372d8994151f828f6 /ld/configure.tgt | |
parent | cea1ab94e63aaace8c867a9fe1fccbe86a58ac46 (diff) | |
download | gdb-730a39a0a323fa371788285ed30c482bd93079a9.zip gdb-730a39a0a323fa371788285ed30c482bd93079a9.tar.gz gdb-730a39a0a323fa371788285ed30c482bd93079a9.tar.bz2 |
* Makefile.am: Add PA64 support. Add missing dependencies for
PA32 elf support.
* Makefile.in: Rebuilt.
* configure.tgt: Add PA64 support (currently disabled).
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 2f5b284..7d8f146 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -203,7 +203,7 @@ m68*-hp*-netbsd*) targ_emul=m68k4knbsd ;; m68*-*-netbsd*) targ_emul=m68knbsd ;; m68*-*-psos*) targ_emul=m68kpsos ;; m68*-*-rtems*) targ_emul=m68kcoff ;; -hppa*w*-*) targ_emul=elf64hppa ;; +#hppa*w*-*) targ_emul=elf64hppa ;; hppa*-*-*elf*) targ_emul=hppaelf ;; hppa*-*-linux-gnu*) targ_emul=hppaelf ;; hppa*-*-lites*) targ_emul=hppaelf ;; |