From owner-svn-src-all@freebsd.org Wed May 16 20:12:10 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B86E0EAEED4 for ; Wed, 16 May 2018 20:12:10 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-yw0-x22f.google.com (mail-yw0-x22f.google.com [IPv6:2607:f8b0:4002:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5337479B56 for ; Wed, 16 May 2018 20:12:10 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-yw0-x22f.google.com with SMTP id u83-v6so641898ywc.4 for ; Wed, 16 May 2018 13:12:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Wr0z+HOL5tP/D3VeRmWCyI93dmPXEtmArWv8z7ZQUfo=; b=WGGEn4zbSAfgrTULYsfEeE/52TsyANDmWVN6asmgnNBZn5+n+oL1Z+5PrYskslquD/ Fw7mpk5qT4HDZkpeXASheNurdivsCpue7MQUtN9Z5wh0Gs6D1+KDAEFwAIQg+BrMXRze kfsnBMD9/H9nx2uGfhSYSE6JkqEUTNx2c6o/nPjecZMT9TnBIC8DbapzSCGELfTChcEF VwjYGpiboGVP7YqrlQfi+bfCzpbmfRFEbdZ2vZCjl1HylVrPfWL+RLssR7DsgdPQR72/ BWaaNUkYbbciZdJsKtUNt3D00j5It4fz2UjdB1o/EEJgcHJ/ZVmgyN5s2K3AWNaF1baM MLxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Wr0z+HOL5tP/D3VeRmWCyI93dmPXEtmArWv8z7ZQUfo=; b=Y/O6TPmqkKNX8u0mBWznjOZ1kbR+M2rEn7uFYmNeaRaUWq/sXKtG0kRv6zjEwkgkae q9WfdLIFUhsLeGDkxTvxe8AKu52XFS0Z3yxirn8Rsna/27V/X4UQ9AQJTjk3m3DB3pMg k58WTgW5vPYx9rbxmtgXzWWbOQ5mMO2PDY0sGmCG1VPX7+BLQtxGoH3gsAHknoEPR08L 5SNetmPp8hfc2L6ih8KpwT/zsAUIFf6ah/GNBx8cGmvcTGA3jM9WsweE3his2Cy7Duvj Ay2kq86EzjmUoRimIMvgs+1/p3gAJiFW470peMC3eZ3D2YWwKM0Vn3q38QhvXzM1gGQF 60wQ== X-Gm-Message-State: ALKqPwcITlwoVb/FOaJ9faC/eFKQaPlK3WmijEZzSheRFXew/kwT7k0N 3BHj91UwXmsB/YK3+3N0mz15/ES4L3HT/AE0INoc/w== X-Google-Smtp-Source: AB8JxZpwKHNZiZIGAJQhPwydSRupDJEMJDohXiClSnUbEIuY4NdAlK0OhE+mDEK7vIRA8ifRvJJnAMh11vvvWqIgWUs= X-Received: by 2002:a81:6905:: with SMTP id e5-v6mr1197957ywc.265.1526501529733; Wed, 16 May 2018 13:12:09 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:3894:0:0:0:0:0 with HTTP; Wed, 16 May 2018 13:12:09 -0700 (PDT) In-Reply-To: <201805161352.w4GDqOFN006782@repo.freebsd.org> References: <201805161352.w4GDqOFN006782@repo.freebsd.org> From: Oliver Pinter Date: Wed, 16 May 2018 22:12:09 +0200 Message-ID: Subject: Re: svn commit: r333675 - head To: Warner Losh Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 20:12:11 -0000 On 5/16/18, Warner Losh wrote: > Author: imp > Date: Wed May 16 13:52:24 2018 > New Revision: 333675 > URL: https://svnweb.freebsd.org/changeset/base/333675 > > Log: > Add note about LD=ld.lld being a temporary requirement when building > the kernel the traditional way. > > Modified: > head/UPDATING > > Modified: head/UPDATING > ============================================================================== > --- head/UPDATING Wed May 16 13:47:30 2018 (r333674) > +++ head/UPDATING Wed May 16 13:52:24 2018 (r333675) > @@ -51,6 +51,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: > > ****************************** SPECIAL WARNING: > ****************************** > > +20150510: 2018 :) > + The amd64 kernel now requires a ld that supports ifunc to produce a > + working kernel, either lld or a newer binutils. lld is built by default > + on amd64, and the 'buildkernel' target uses it automatically. However, > + it is not the default linker, so building the kernel the traditional > + way requires LD=ld.lld on the command line (or LD=/usr/local/bin/ld for > + binutils port/package). lld will soon be default, and this requirement > + will go away. > + > 20180508: > The nxge(4) driver has been removed. This driver was for PCI-X 10g > cards made by s2io/Neterion. The company was aquired by Exar and > _______________________________________________ > svn-src-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" >