From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by mail.openembedded.org (Postfix) with ESMTP id D88E478EFF for ; Sat, 20 Oct 2018 05:41:12 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id w9K5eq3C024402 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 19 Oct 2018 22:41:03 -0700 Received: from fidler.wrs.com (172.25.44.4) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.408.0; Fri, 19 Oct 2018 22:40:30 -0700 From: Randy MacLeod To: Date: Sat, 20 Oct 2018 01:40:25 -0400 Message-ID: <20181020054026.9619-1-Randy.MacLeod@windriver.com> X-Mailer: git-send-email 2.17.0 MIME-Version: 1.0 Subject: v2: valgrind upgrade to 3.14 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2018 05:41:13 -0000 Content-Type: text/plain v2: Remove unused patch that was dropped from recipe. Guard against __GLIBC_PREREQ for musl libc I've tested the enable-lto optimization and it's costly at build time and doesn't work immediately so I think it should be implemented as a PACKAGECONFIG post-ga. It's also not the default configuration for valgrind-3.14 leaving it off by default seems reasonable. As stated elsewhere the ptest results are ~52% so that's better than with 3.13 but still not where are aiming so we'll have to continue to work on it.