From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 92839C32771 for ; Sun, 18 Sep 2022 08:31:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 22F4740471; Sun, 18 Sep 2022 08:31:33 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 22F4740471 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 44QWlXhUfyD7; Sun, 18 Sep 2022 08:31:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 3A39A401CA; Sun, 18 Sep 2022 08:31:31 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 3A39A401CA Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 58EC01BF282 for ; Sun, 18 Sep 2022 08:31:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 40F92401CA for ; Sun, 18 Sep 2022 08:31:26 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 40F92401CA X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yA5t5aHXDXoh for ; Sun, 18 Sep 2022 08:31:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org E582C400E2 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [IPv6:2001:4b98:dc4:8::231]) by smtp2.osuosl.org (Postfix) with ESMTPS id E582C400E2 for ; Sun, 18 Sep 2022 08:31:24 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id DAFB9100004; Sun, 18 Sep 2022 08:31:21 +0000 (UTC) Date: Sun, 18 Sep 2022 10:31:20 +0200 From: Thomas Petazzoni To: James Hilliard Message-ID: <20220918103120.7b683310@windsurf> In-Reply-To: <20220914230334.4001572-1-james.hilliard1@gmail.com> References: <20220914230334.4001572-1-james.hilliard1@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1663489882; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=h4Vp2JbEuY2RVUJrTk02F3HBipO5gOequ1pjz4zU3+w=; b=EnCUhBmYgYpRbS+MKhFqOKmQbDVyf7ms/YDxdPgCpkC/h0v2xbkcpvD7Mrfa3KS/EjB6/V fJ95V8m/mvsCtdHbOOzGG3vzO97teesXDNG4LpxJG66FYX8lZdR173qmBZnEULjygCv5nq jLKtqAWUWlJIwAYa7FwOSIGCcay4n+Yk6y2/9W3+G4xN0nFRO/qLXl7mWjx0ssZ/VRQuki tugfrX6duopo2T7k1xp+i6blFRhn6g6EBAD8O5U0DjC20NU2itQpGuhpAdBd28ylJ5p8Au OxQgkVp6w/fjFkGKJuNavt6/RR5leVfIPx9EQC1EEQ/O5l9a1lECDhTuwcsNFw== X-Mailman-Original-Authentication-Results: smtp2.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=EnCUhBmY Subject: Re: [Buildroot] [PATCH v2 1/1] package/mesa3d: set cpp_rtti option X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Bernd Kuhls , Romain Naour , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Wed, 14 Sep 2022 17:03:34 -0600 James Hilliard wrote: > This needs to be set based on BR2_PACKAGE_LLVM_RTTI being set. > > Fixes: > - http://autobuild.buildroot.net/results/e2ebc9a73ed421aa6be44fe41bb5224cc12f699d > > Signed-off-by: James Hilliard > --- > Changes v1 -> v2: > - move rtti option under BR2_PACKAGE_MESA3D_LLVM > --- > package/mesa3d/mesa3d.mk | 5 +++++ > 1 file changed, 5 insertions(+) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot