From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3152 invoked by alias); 13 Nov 2002 17:40:30 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3138 invoked from network); 13 Nov 2002 17:40:28 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 13 Nov 2002 17:40:28 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7FA3D3E39; Wed, 13 Nov 2002 12:40:27 -0500 (EST) Message-ID: <3DD28E8B.70803@redhat.com> Date: Wed, 13 Nov 2002 09:40:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Klee Dienes , Nathanael Nerode Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Update Darwin support in top-level configure.in References: <3DEB26DF-F72B-11D6-B5E7-00039396EEB8@apple.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00368.txt.bz2 > 2002-11-12 Klee Dienes > > * 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.