diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-07 16:58:10 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-07 16:58:10 +0000 |
commit | 0a7c140e34c40c47627b04bbfe5d2f0af6b4ee71 (patch) | |
tree | 8b885ec694ffb054200bb9bf1b89c5d6529672ab /gnu/usr.bin/binutils/gdb/configure.host | |
parent | 33a5c2f647131a43a5009dbc6c9da28659b70250 (diff) |
Know how to build gdb for powerpc, it doesn't work yet, but this causes
binutils to fail to configure the first time round.
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/configure.host')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/configure.host b/gnu/usr.bin/binutils/gdb/configure.host index f9d3eb5dc43..bb7aa7c89b4 100644 --- a/gnu/usr.bin/binutils/gdb/configure.host +++ b/gnu/usr.bin/binutils/gdb/configure.host @@ -132,6 +132,7 @@ powerpc-*-aix*) gdb_host=aix ;; powerpcle-*-cygwin32) gdb_host=cygwin32 ;; powerpcle-*-solaris*) gdb_host=solaris ;; powerpc-*-linux*) gdb_host=linux ;; +powerpc-*-openbsd*) gdb_host=obsd ;; pn-*-*) gdb_host=pn ;; pyramid-*-*) gdb_host=pyramid ;; |