From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82541138334 for ; Sun, 28 Jul 2019 20:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABD63E0830; Sun, 28 Jul 2019 20:22:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 929E6E0830 for ; Sun, 28 Jul 2019 20:22:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94DFF348D93 for ; Sun, 28 Jul 2019 20:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3517DA8 for ; Sun, 28 Jul 2019 20:22:52 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1564345355.5ca71b7a2ee06d6549e8e4ff537e031445c63f8c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdazzle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdazzle/libdazzle-3.32.3.ebuild X-VCS-Directories: dev-libs/libdazzle/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 5ca71b7a2ee06d6549e8e4ff537e031445c63f8c X-VCS-Branch: master Date: Sun, 28 Jul 2019 20:22:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6cddb093-9089-43a2-8012-2937b5636d62 X-Archives-Hash: 53a3910f0b8377a026046bee073e81a9 commit: 5ca71b7a2ee06d6549e8e4ff537e031445c63f8c Author: Mart Raudsepp gentoo org> AuthorDate: Sun Jul 28 20:19:23 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Jul 28 20:22:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca71b7a dev-libs/libdazzle: explicitly disable rdtscp and add reason comments Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> dev-libs/libdazzle/libdazzle-3.32.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/libdazzle/libdazzle-3.32.3.ebuild b/dev-libs/libdazzle/libdazzle-3.32.3.ebuild index ac1010df863..22a3edefeeb 100644 --- a/dev-libs/libdazzle/libdazzle-3.32.3.ebuild +++ b/dev-libs/libdazzle/libdazzle-3.32.3.ebuild @@ -41,7 +41,10 @@ src_configure() { local emesonargs=( -Denable_tracing=false # extra trace debugging that would make things slower -Denable_profiling=false # -pg passing - # -Denable_rdtscp=false # TODO: CPU_FLAGS_X86 for it? + # On linux it'll always use a vdso based implementation that is even faster + # than rdtscp insn, thus never build with rdtscp until we don't support non-linux + # as the rdtscp using function will never get called anyways. + -Denable_rdtscp=false -Denable_tools=true # /usr/bin/dazzle-list-counters $(meson_use introspection with_introspection) $(meson_use vala with_vapi)