From 59d95e8132c78822d3b151d9a78635e0cf232c11 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 6 Jun 1996 20:45:30 +0000 Subject: [PATCH] Do not build pieces needing shared libs on PPC Solaris --- ChangeLog | 5 +++++ configure.in | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3e9347df7a..908822b1812 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 6 16:27:05 1996 Michael Meissner + + * configure.in (powerpcle-*-solaris*): Until we get shared + libraries working, don't build gdb, sim, make, tcl, or expect. + Tue Jun 4 20:41:45 1996 Per Bothner * config.guess: Merge with FSF: diff --git a/configure.in b/configure.in index 95bba36885e..b3676545f01 100644 --- a/configure.in +++ b/configure.in @@ -1,3 +1,4 @@ +#! /bin/bash ############################################################################## ## This file is a shell script fragment that supplies the information @@ -465,9 +466,9 @@ case "${target}" in # always build newlib. skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;; - # This is temporary until we finish the gdb port. + # This is temporary until we can link against shared libraries powerpcle-*-solaris*) - noconfigdirs="$noconfigdirs gdb tk tcl" + noconfigdirs="$noconfigdirs gdb sim make tcl expect" ;; rs6000-*-lynxos*) # The CVS server code doesn't work on the RS/6000 -- 2.30.2