diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-04 21:23:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-04 21:23:00 +0000 |
commit | 592b361f51efc9187e0971de2b272baedb3e1623 (patch) | |
tree | 7519b110af0b0c6dfca11a45a078e99713a86a53 /gnu/usr.bin/binutils/bfd | |
parent | b620f6794dbe8d9a21e09ebd34112a354b7e211b (diff) |
first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 host
Diffstat (limited to 'gnu/usr.bin/binutils/bfd')
-rw-r--r-- | gnu/usr.bin/binutils/bfd/config.bfd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/bfd/config.bfd b/gnu/usr.bin/binutils/bfd/config.bfd index 33293713859..2edb24eeec9 100644 --- a/gnu/usr.bin/binutils/bfd/config.bfd +++ b/gnu/usr.bin/binutils/bfd/config.bfd @@ -129,7 +129,7 @@ case "${targ}" in targ_underscore=yes ;; - hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-sysv4*) + hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-sysv4* | hppa*-*-openbsd*) targ_defvec=bfd_elf32_hppa_vec ;; #if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) |