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

> 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.

I think this should be sent to GCC.  Nathanael is currently merging the 
two top-level directories so the place to get this committed is in GCC.

Andrew


> --- /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:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-13  9:13 Klee Dienes
2002-11-13  9:40 ` Andrew Cagney [this message]
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=3DD28E8B.70803@redhat.com \
    --to=ac131313@redhat.com \
    --cc=binutils@sources.redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=klee@apple.com \
    --cc=neroden@doctormoo.dyndns.org \
    /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