From owner-svn-ports-head@freebsd.org Thu Sep 12 14:00:46 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56B3BF6FEB; Thu, 12 Sep 2019 14:00:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46TgQk1gcxz4J45; Thu, 12 Sep 2019 14:00:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id ECC711DDF8; Thu, 12 Sep 2019 14:00:45 +0000 (UTC) From: Jan Beich To: Brooks Davis Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r511878 - in head/devel: llvm90 llvm90/files/openmp xtoolchain-llvm-devel xtoolchain-llvm90 References: <201909121249.x8CCnkwo098367@repo.freebsd.org> Date: Thu, 12 Sep 2019 16:00:36 +0200 In-Reply-To: <201909121249.x8CCnkwo098367@repo.freebsd.org> (Brooks Davis's message of "Thu, 12 Sep 2019 12:49:46 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2019 14:00:46 -0000 Brooks Davis writes: > Add an option to link ld.lld to ld and enable by default on power64. [1] [...] > -OPTIONS_DEFAULT_amd64= COMPILER_RT GOLD OPENMP > +OPTIONS_DEFAULT_amd64= COMPILER_RT GOLD LLD_LINK OPENMP Why amd64 and not powerpc64 as documented?