From owner-freebsd-current@FreeBSD.ORG Wed May 16 19:48:17 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AF7216A400; Wed, 16 May 2007 19:48:17 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 64BCE13C457; Wed, 16 May 2007 19:48:17 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4ACCE1A3C19; Wed, 16 May 2007 12:49:09 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 86C1D51488; Wed, 16 May 2007 15:48:16 -0400 (EDT) Date: Wed, 16 May 2007 15:48:16 -0400 From: Kris Kennaway To: Matthew Jacob Message-ID: <20070516194816.GB75347@xor.obsecurity.org> References: <20070514210318.GA5865@xor.obsecurity.org> <20070515201259.6e412cb2@kan.dnsalias.net> <7799307232011642944@unknownmsgid> <7579f7fb0705161019o4546e30fr106003b4026c3855@mail.gmail.com> <20070516175745.GA56409@freebsd.org> <7579f7fb0705161130lfd2f7dbidccc2d505b470f78@mail.gmail.com> <20070516183902.GA75347@xor.obsecurity.org> <7579f7fb0705161215s326d4ed9u3ce771c803b47b9d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7579f7fb0705161215s326d4ed9u3ce771c803b47b9d@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: current@freebsd.org, Roman Divacky , Claus Guttesen , Bj?rn K?nig , Kris Kennaway Subject: Re: HEADS DOWN: gcc 4.2 import X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2007 19:48:17 -0000 On Wed, May 16, 2007 at 12:15:03PM -0700, Matthew Jacob wrote: > >> >> regards > >> >> Claus > >> >> > >> >Some stuff is for gcc41 but thanks- I'll see if this works for me. > >> > >> I guess you just download contrib-gcc42.tar.gz rather than > >> contrib-gcc41.tar.gz. > > > >I think this pre-dates symbol versioning, which is apparently the > >current blocking issue. > > > Do I take this to mean "not yet" for patches to try? It should be fine if you are only compiling the kernel, but you'll probably have to patch against a pre-symver tree to make world with. Kris