mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
Do not build pieces needing shared libs on PPC Solaris
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
|
* 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 <bothner@deneb.cygnus.com>
|
Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
|
||||||
|
|
||||||
* config.guess: Merge with FSF:
|
* config.guess: Merge with FSF:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#! /bin/bash
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
## This file is a shell script fragment that supplies the information
|
## This file is a shell script fragment that supplies the information
|
||||||
@ -465,9 +466,9 @@ case "${target}" in
|
|||||||
# always build newlib.
|
# always build newlib.
|
||||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-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*)
|
powerpcle-*-solaris*)
|
||||||
noconfigdirs="$noconfigdirs gdb tk tcl"
|
noconfigdirs="$noconfigdirs gdb sim make tcl expect"
|
||||||
;;
|
;;
|
||||||
rs6000-*-lynxos*)
|
rs6000-*-lynxos*)
|
||||||
# The CVS server code doesn't work on the RS/6000
|
# The CVS server code doesn't work on the RS/6000
|
||||||
|
Reference in New Issue
Block a user