From owner-freebsd-stable@FreeBSD.ORG Tue Oct 7 23:26:45 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7BB9106569D for ; Tue, 7 Oct 2008 23:26:45 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 595B18FC27 for ; Tue, 7 Oct 2008 23:26:45 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so625125yxb.13 for ; Tue, 07 Oct 2008 16:26:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type; bh=akBFSgedU3pin3YHSArfVJF8VlczP4ko7bhsJey98is=; b=bdGNtk8yBIfod+dTz11uSkM7S7DbuMeAap+nXed/uovVysx6itLenjkiXmdSOhk/YD fa4OSzcRr+HmTuY7qBJwXQcp8UHdE3i4K9fLUJAS8UNI5Ym5PKxeHINzo4gfhlp+ZM8/ yz2OMddY1zIIeql7t5FRivAIXevhSbpsfvhuc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type; b=c0SW7VFOPfHsx7gISdwYZauLa5ooWAJwIp5plHydS7p2EBJeUq4qKJ2CJPLRVRSqjn YMAO6zM3IVQHTMQj9/jbw51uinF1sg63XXyuxRXt89FfXGA9aFK08w4zcGz7wZUpIpE5 Tvq4fwfg6fPaoS7tbBZYTTE4q5LcozGTlw16o= Received: by 10.100.208.11 with SMTP id f11mr718818ang.2.1223420017260; Tue, 07 Oct 2008 15:53:37 -0700 (PDT) Received: from kan.dnsalias.net (c-24-62-106-68.hsd1.ma.comcast.net [24.62.106.68]) by mx.google.com with ESMTPS id c9sm16823663ana.9.2008.10.07.15.53.35 (version=SSLv3 cipher=RC4-MD5); Tue, 07 Oct 2008 15:53:36 -0700 (PDT) Date: Tue, 7 Oct 2008 18:53:28 -0400 From: Alexander Kabaev To: unga888@yahoo.com Message-ID: <20081007185328.29220983@kan.dnsalias.net> In-Reply-To: <669322.44942.qm@web57005.mail.re3.yahoo.com> References: <669322.44942.qm@web57005.mail.re3.yahoo.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/gNEkeUiMT711Zt.I8UAy90y"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-stable@freebsd.org Subject: Re: Help me to develop a FreeBSD patch for gcc-4.2.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 23:26:45 -0000 --Sig_/gNEkeUiMT711Zt.I8UAy90y Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 6 Oct 2008 06:19:34 -0700 (PDT) Unga wrote: > Hi all >=20 > I need to patch the gcc original sources to suit the FreeBSD, > specially to support FreeBSD kernel compilation. I have tried it, > spent lot of time, but it still develops compilation errors. >=20 > The FreeBSD stable comes with gcc-4.2.1 but the sources are scattered > over the /usr/src, therefore, I find it difficult to re-create the > gcc-4.2.1 to its original directory layout to make a patch. >=20 > I appreciate it very much, if you guys could help me to identify the > pieces. >=20 > Or alternatively, if someone could straight away put the FreeBSD gcc > sources back to a directory and make a patch compared to the original > gcc-4.2.1 sources from GNU and post here, I could apply the patch on > my side and verify it was done correctly, whether I can compile the > FreeBSD kernel or not. >=20 > Many thanks in advance. >=20 > Kind regards > Unga If you still have CVS tree available, you can do 'cvs diff -rFSF' in contrib/gcc and apply the patches to files gcc-4.2.1/gcc. =20 --=20 Alexander Kabaev --Sig_/gNEkeUiMT711Zt.I8UAy90y Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iD8DBQFI6+hoQ6z1jMm+XZYRApFYAKDTvS/dhFr9B0FwrMiI3+ZCmCdYrACfcTda 5rA72oSD9ITwwqRx7U9WXZ0= =44k/ -----END PGP SIGNATURE----- --Sig_/gNEkeUiMT711Zt.I8UAy90y--