diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-06-06 20:45:30 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-06-06 20:45:30 +0000 |
commit | 59d95e8132c78822d3b151d9a78635e0cf232c11 (patch) | |
tree | 5f76d7e024019942e75db2489db1a55e1c16e03c /configure.in | |
parent | 0593fc16c41648a2851e8541f1054d5f07938198 (diff) | |
download | fsf-binutils-gdb-59d95e8132c78822d3b151d9a78635e0cf232c11.zip fsf-binutils-gdb-59d95e8132c78822d3b151d9a78635e0cf232c11.tar.gz fsf-binutils-gdb-59d95e8132c78822d3b151d9a78635e0cf232c11.tar.bz2 |
Do not build pieces needing shared libs on PPC Solaris
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 95bba36..b367654 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 |