From owner-freebsd-current@FreeBSD.ORG Mon Aug 2 14:18:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D39D416A4CE for ; Mon, 2 Aug 2004 14:18:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2CF743D48; Mon, 2 Aug 2004 14:18:09 +0000 (GMT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) i72EI9Bu046565; Mon, 2 Aug 2004 14:18:09 GMT (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i72EI8Vb046564; Mon, 2 Aug 2004 14:18:08 GMT (envelope-from kan) Date: Mon, 2 Aug 2004 14:18:08 +0000 From: Alexander Kabaev To: Yuriy Tsibizov Message-ID: <20040802141808.GA46180@freefall.freebsd.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org cc: Dan Cojocar Subject: Re: Unable to build new kernel with old gcc (WAS: RE: Buildkernel+ALTQ error) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 02 Aug 2004 14:18:09 -0000 On Mon, Aug 02, 2004 at 11:45:04AM +0400, Yuriy Tsibizov wrote: > You are building new kernel with old (Gcc 3.3.3) gcc that does not support this flags. > > You have to go back to rev. 1.54 of sys/conf/kern.pre.mk to build your kernel with gcc 3.3.3. > Building newer kernels with old GCC versions was never supported and no effort was ever made to keep this path working. So the advice here is - if it hurts, do not do that. Consider using make buildkernel/installkernel you you need to compile a new kernel without installing whole new world on your machine. -- Alexander Kabaev