diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-04-30 17:56:51 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-04-30 17:56:51 +0000 |
commit | 2f14f78103f9df18316dc8aa2d6973501451b06e (patch) | |
tree | 44ea4c6228d33e6aa757a0b82c6dbf9498a74d41 /configure.in | |
parent | fe8d28cfc154a7859d96cc5651b42071abe080a7 (diff) | |
download | gdb-2f14f78103f9df18316dc8aa2d6973501451b06e.zip gdb-2f14f78103f9df18316dc8aa2d6973501451b06e.tar.gz gdb-2f14f78103f9df18316dc8aa2d6973501451b06e.tar.bz2 |
Turn off tk/tcl for powerpcle-*-solaris for now
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4b000ee..72e115d 100644 --- a/configure.in +++ b/configure.in @@ -469,7 +469,7 @@ case "${target}" in ;; # This is temporary until we finish the gdb port. powerpcle-*-solaris*) - noconfigdirs="$noconfigdirs gdb" + noconfigdirs="$noconfigdirs gdb tk tcl" ;; rs6000-*-lynxos*) # The CVS server code doesn't work on the RS/6000 |