From owner-freebsd-current@FreeBSD.ORG Sat Feb 19 17:54:00 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9734E1065670; Sat, 19 Feb 2011 17:54:00 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 58CE88FC08; Sat, 19 Feb 2011 17:54:00 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:10c2:cf58:2d4b:a206] (unknown [IPv6:2001:7b8:3a7:0:10c2:cf58:2d4b:a206]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 451235C59; Sat, 19 Feb 2011 18:53:59 +0100 (CET) Message-ID: <4D6003B8.2070603@FreeBSD.org> Date: Sat, 19 Feb 2011 18:54:00 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.15pre) Gecko/20110219 Lanikai/3.1.9pre MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <4D277E4B.1030006@FreeBSD.org> <4D5C2CF3.1020407@FreeBSD.org> <4D5FD547.3090108@FreeBSD.org> In-Reply-To: <4D5FD547.3090108@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: HEADS UP: Merge of binutils 2.17 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: Sat, 19 Feb 2011 17:54:00 -0000 On 2011-02-19 15:35, Dimitry Andric wrote: > Okay, binutils 2.17.50 has now been merged to head in r218822. If you > compile kernels by hand, make sure to first run "make buildworld", or at > least "make kernel-toolchain", to get a new ld in /usr/obj. Otherwise, > linking your kernel might fail. Note, this also applies when you want to build a -CURRENT kernel on -STABLE. In this case, you must run a "make buildworld", or minimally "make kernel-toolchain", before running "make buildkernel" or "make kernel".