diff options
-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 |