mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-18 00:18:11 +00:00
Turn off gdb temporarily on powerpcle-*-solaris*
This commit is contained in:
parent
5adc603b6c
commit
8970d12325
21
ChangeLog
21
ChangeLog
@ -1,3 +1,24 @@
|
||||
Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
|
||||
|
||||
* configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
|
||||
|
||||
Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
|
||||
|
||||
* Makefile.in (ALL_MODULES): Added all-inet.
|
||||
(CROSS_CHECK_MODULES): Added check-inet.
|
||||
(INSTALL_MODULES): Added install-inet.
|
||||
(CLEAN_MODULES): Added clean-inet.
|
||||
(all-indent): New target.
|
||||
|
||||
* configure.in (host_tools): Added inet.
|
||||
(native_only): Added inet.
|
||||
(noconfigdirs): Added inet.
|
||||
|
||||
Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: Don't configure libgloss if we are not configuring
|
||||
newlib.
|
||||
|
||||
Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
|
||||
|
||||
* configure.in: Don't configure libgloss for unsupported
|
||||
|
@ -465,6 +465,10 @@ case "${target}" in
|
||||
# always build newlib.
|
||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||
;;
|
||||
# This is temporary until we finish the gdb port.
|
||||
powerpcle-*-solaris*)
|
||||
noconfigdirs="$noconfigdirs gdb"
|
||||
;;
|
||||
rs6000-*-lynxos*)
|
||||
# The CVS server code doesn't work on the RS/6000
|
||||
# Newlib makes problems for libg++ in crosses.
|
||||
|
Loading…
x
Reference in New Issue
Block a user