From: rahnds Date: Fri, 7 Feb 1997 16:58:09 +0000 (+0000) Subject: Know how to build gdb for powerpc, it doesn't work yet, but this causes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8f24ef42809bde0effb71e85672edbccbf211b63;p=openbsd Know how to build gdb for powerpc, it doesn't work yet, but this causes binutils to fail to configure the first time round. --- 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 ;; diff --git a/gnu/usr.bin/binutils/gdb/configure.tgt b/gnu/usr.bin/binutils/gdb/configure.tgt index 126c02b49ef..d36baf188e8 100644 --- a/gnu/usr.bin/binutils/gdb/configure.tgt +++ b/gnu/usr.bin/binutils/gdb/configure.tgt @@ -194,7 +194,10 @@ powerpc-*-aix4*) gdb_target=aix4 ;; powerpc-*-aix*) gdb_target=aix ;; powerpcle-*-cygwin32) gdb_target=cygwin32 ;; powerpcle-*-solaris*) gdb_target=solaris ;; -powerpc-*-eabi* | powerpc-*-linux* | powerpc-*-sysv* | powerpc-*-elf* | powerpc-*-*bsd*) +powerpc-*-*bsd*) + gdb_target=ppc-eabi + ;; +powerpc-*-eabi* | powerpc-*-linux* | powerpc-*-sysv* | powerpc-*-elf* ) if test x"$powerpc_sim" = x"yes"; then gdb_target=ppc-sim else