Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Klee Dienes <klee@apple.com>
To: binutils@sources.redhat.com
Cc: gdb-patches@sources.redhat.com
Subject: [RFA] Update Darwin support in top-level configure.in
Date: Wed, 13 Nov 2002 09:13:00 -0000	[thread overview]
Message-ID: <3DEB26DF-F72B-11D6-B5E7-00039396EEB8@apple.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

2002-11-12  Klee Dienes  <kdienes@apple.com>

         * configure.in: Generalize the Darwin config to *-*-darwin* (not
         just PowerPC).  Remove bfd, binutils, opcodes, gdb, and gprof 
from
         noconfigdirs.



[-- Attachment #2: top-configure.txt --]
[-- Type: text/plain, Size: 1061 bytes --]

--- /Volumes/Storage/Users/kdienes/source/cygnus.cygnus/src/configure.in	Wed Nov 13 02:30:07 2002
+++ configure.in	Wed Nov 13 12:03:31 2002
@@ -524,9 +524,6 @@
   powerpc-*-beos*)
     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
     ;;
-  powerpc-*-darwin*)
-    noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb tk itcl tix libgui gprof ${libgcj}"
-    ;;
   powerpc-*-eabi)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
@@ -629,6 +626,9 @@
   ip2k-*-*)
     noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
     ;;
+  *-*-darwin*)
+    noconfigdirs="$noconfigdirs tk itcl tix itk libgui gas ld ${libgcj}"
+    ;;
   *-*-linux*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
     ;;
@@ -639,6 +639,10 @@
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
 esac
+
+if test "${build}" != "${host}" ; then
+    noconfigdirs="$noconfigdirs expect"
+fi
 
 # If we aren't building newlib, then don't build libgloss, since libgloss
 # depends upon some newlib header files.

             reply	other threads:[~2002-11-13 17:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-13  9:13 Klee Dienes [this message]
2002-11-13  9:40 ` Andrew Cagney
2002-11-13 10:27   ` DJ Delorie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3DEB26DF-F72B-11D6-B5E7-00039396EEB8@apple.com \
    --to=klee@apple.com \
    --cc=binutils@sources.redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox