From owner-svn-src-head@freebsd.org Wed May 16 20:12:11 2018 Return-Path: Delivered-To: svn-src-head@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 BBDB5EAEED7 for ; Wed, 16 May 2018 20:12:10 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-yw0-x232.google.com (mail-yw0-x232.google.com [IPv6:2607:f8b0:4002:c05::232]) (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 52EA479B55 for ; Wed, 16 May 2018 20:12:10 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-yw0-x232.google.com with SMTP id v132-v6so637158ywc.6 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=TkyOcoPOItn8gLwYcscS2fuMAsAUqIVwjYuKexTJM0m2L3hPN5KTzjrXN7x1P+Yypm GGFP5potrQcCS6BDw5tT1Ja0fxbPfGx7DmGChiKV+gruYDDHmKVb+q52nN9kMHEwSlcc rTY+Ko6xzaaPFJGvac/VjIA8i8sqZdg45QWp/1lUuf2f3VyhMPuqJdIe5kolz9aT3RsT kQHst4VOXlHyuZq8RC1Hc6nV7T/Dbw6lky442PJG9BjY/hMRVrDJV2tmG5VXXiomvD9K BvEPo1exutgrvyixWGVfgHj4rPfJkB2BXVpCB1lX75GnjqLHXExzwGVluIOll9fCaskg xXQQ== X-Gm-Message-State: ALKqPwfjFH9RGIvP9qHOC33BJUMrj3wGv63LU1AcjsnzBPk5HFPVI9n3 8XY5kuVpRqhTHDki3rMu4pqEIlcxFGN8mlkmUNfVlA== 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-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current 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" >