From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23899 invoked by alias); 12 Jul 2002 20:03:53 -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 23857 invoked from network); 12 Jul 2002 20:03:50 -0000 Received: from unknown (HELO catalonia) (134.217.237.30) by sources.redhat.com with SMTP; 12 Jul 2002 20:03:50 -0000 Received: from kraai by catalonia with local (Exim 3.35 #1 (Debian)) id 17T6fs-0005Ng-00; Fri, 12 Jul 2002 13:05:56 -0700 Date: Fri, 12 Jul 2002 13:16:00 -0000 From: Matt Kraai To: Nathanael Nerode Cc: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, newlib@sources.redhat.com, dj@redhat.com Subject: Re: [patch] toplevel configure.in: some skipdirs->noconfigdirs Message-ID: <20020712200555.GD9754@catalonia> Mail-Followup-To: Nathanael Nerode , gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, newlib@sources.redhat.com, dj@redhat.com References: <20020712194445.GA32459@doctormoo.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GyRA7555PLgSTuth" Content-Disposition: inline In-Reply-To: <20020712194445.GA32459@doctormoo.dyndns.org> User-Agent: Mutt/1.3.28i X-SW-Source: 2002-07/txt/msg00283.txt.bz2 --GyRA7555PLgSTuth Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1175 On Fri, Jul 12, 2002 at 03:44:45PM -0400, Nathanael Nerode wrote: > * configure.in (powerpc*-*-winnt*): Ditto. > * configure.in (powerpc*-*-pe*): Ditto. > * configure.in (ppc*-*-pe): Ditto. >=20 >=20 > Index: configure.in > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvs/gcc/gcc/configure.in,v > retrieving revision 1.173 > diff -u -r1.173 configure.in > +++ configure.in 12 Jul 2002 19:35:42 -0000 > @@ -333,7 +333,7 @@ > noconfigdirs=3D"$noconfigdirs expect dejagnu" > # the C++ libraries don't build on top of CE's C libraries > noconfigdirs=3D"$noconfigdirs ${libstdcxx_version}" > - skipdirs=3D"$skipdirs target-newlib" > + noconfigdirs=3D"$noconfigdirs target-newlib" > case "${host}" in > *-*-cygwin*) ;; # keep gdb and readline > *) noconfigdirs=3D"$noconfigdirs gdb readline ${libstdcxx_version}" The ChangeLog doesn't match: the patch modifies sh*-*-pe, mips*-*-pe, and *arm-wince-pe, not powerpc*-*-winnt*, powerpc*-*-pe*, and ppc*-*-pe. Matt --GyRA7555PLgSTuth Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 232 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9LzaifNdgYxVXvBARAsryAJwMq3oo13fjTYNkgMBcbq3+8SYC9QCfXrC6 kMXxQMuFl1P7hrXzhkoA0k0= =WoAl -----END PGP SIGNATURE----- --GyRA7555PLgSTuth--