From owner-freebsd-stable@FreeBSD.ORG Fri Apr 11 21:15:11 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6977C106566B for ; Fri, 11 Apr 2008 21:15:11 +0000 (UTC) (envelope-from wilbury@gmail.com) Received: from mailhub.ltc.sk (mailhub.ltc.sk [81.89.56.20]) by mx1.freebsd.org (Postfix) with ESMTP id 2C6DB8FC1B for ; Fri, 11 Apr 2008 21:15:11 +0000 (UTC) (envelope-from wilbury@gmail.com) Received: from [127.0.0.1] (remedy.wilbury.sk [217.73.27.10]) by mailhub.ltc.sk (Postfix) with ESMTP id 9FDEE173F48; Fri, 11 Apr 2008 23:15:09 +0200 (CEST) Message-ID: <47FFD4DF.1010503@gmail.com> Date: Fri, 11 Apr 2008 23:15:11 +0200 From: Juraj Lutter User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: pluknet References: <47FFC509.5050502@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org, Juraj Lutter Subject: Re: buildkernel problem with RELENG_7 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: Fri, 11 Apr 2008 21:15:11 -0000 pluknet wrote: > Are you using modified CFLAGS in make.conf ? > I see -Os in your build and I could reproduce it with -Os. > It's FAQ that -Os flag is not recommended. > Try with default optimization flags, please. > > Just for the record, with default CFLAGS I am getting kind of: -997 bytes available *** Error 1 somwehere in sys/boot/i386/boot2/ (line 64 of Makefile) otis