diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-09 08:45:29 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-09 08:45:29 +0000 |
commit | 4900fc0695949d2c616c78553893e6cfbcac73aa (patch) | |
tree | 2652d2a9016dea2ab82df6807467c092e52d2b43 /ld/configure.tgt | |
parent | ad1079af05c5820e0f4e9d1ba24d30c03bff98f6 (diff) | |
download | gdb-4900fc0695949d2c616c78553893e6cfbcac73aa.zip gdb-4900fc0695949d2c616c78553893e6cfbcac73aa.tar.gz gdb-4900fc0695949d2c616c78553893e6cfbcac73aa.tar.bz2 |
hppaelf.em: Merge from elf32.em and implement multiple linker stubs.
Makefile.am: Re-enable ehppaelf.o, add ehppalinux.o
configure.tgt: targ_emul=hppalinux for hppa*linux
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 8d3c4f0..9f257fd 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -208,6 +208,7 @@ m68*-*-netbsd*) targ_emul=m68knbsd ;; m68*-*-psos*) targ_emul=m68kpsos ;; m68*-*-rtems*) targ_emul=m68kcoff ;; hppa*64*-*) targ_emul=elf64hppa ;; +hppa*-*-linux-gnu*) targ_emul=hppalinux ;; hppa*-*-*elf*) targ_emul=hppaelf ;; hppa*-*-linux-gnu*) targ_emul=hppaelf ;; hppa*-*-lites*) targ_emul=hppaelf ;; |