diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-18 15:48:18 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-18 15:48:18 +0000 |
commit | 1e9c3ee3c1f282b90651e0bd89c9b0a2bcd31e88 (patch) | |
tree | fbef859e9a1207d114e2b99f1a9183472ba63e38 /gnu | |
parent | 2e0e558ca38443478b120387ea55730c50b8bcc6 (diff) |
Gdb does not work on powerpc yet, do not configure or build it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/configure.in b/gnu/usr.bin/binutils/configure.in index c48c0c5ca53..eab828502ee 100644 --- a/gnu/usr.bin/binutils/configure.in +++ b/gnu/usr.bin/binutils/configure.in @@ -500,6 +500,9 @@ case "${target}" in powerpcle-*-solaris*) noconfigdirs="$noconfigdirs gdb sim make tcl tk expect" ;; + powerpc*-*-openbsd*) + noconfigdirs="$noconfigdirs gdb" + ;; rs6000-*-lynxos*) # The CVS server code doesn't work on the RS/6000 # Newlib makes problems for libg++ in crosses. |