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 | |
parent | fe8d28cfc154a7859d96cc5651b42071abe080a7 (diff) | |
download | gdb-2f14f78103f9df18316dc8aa2d6973501451b06e.zip gdb-2f14f78103f9df18316dc8aa2d6973501451b06e.tar.gz gdb-2f14f78103f9df18316dc8aa2d6973501451b06e.tar.bz2 |
Turn off tk/tcl for powerpcle-*-solaris for now
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * configure.in (powerpcle-*-solaris*): Turn off tk and tcl + temporarily. + Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com> * configure.in: Don't configure --with-gnu-ld on AIX. 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 |