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/gdb/config/pa/hppaelf.mt | |
parent | b620f6794dbe8d9a21e09ebd34112a354b7e211b (diff) |
first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 host
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/config/pa/hppaelf.mt')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/pa/hppaelf.mt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/config/pa/hppaelf.mt b/gnu/usr.bin/binutils/gdb/config/pa/hppaelf.mt new file mode 100644 index 00000000000..33b30cb1c65 --- /dev/null +++ b/gnu/usr.bin/binutils/gdb/config/pa/hppaelf.mt @@ -0,0 +1,3 @@ +# Target: HP PA-RISC running bsd +TDEPFILES= hppa-tdep.o remote-pa.o +TM_FILE= tm-hppab.h |