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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60F96158020 for ; Thu, 15 Dec 2022 22:27:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74642E0828; Thu, 15 Dec 2022 22:27:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2409CE0828 for ; Thu, 15 Dec 2022 22:27:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EB9D340948 for ; Thu, 15 Dec 2022 22:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89D8D77A for ; Thu, 15 Dec 2022 22:27:32 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1671143230.512d4a836e62c863a85e90d37dd36a80a6061a43.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gnat-gpl/metadata.xml X-VCS-Directories: dev-lang/gnat-gpl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 512d4a836e62c863a85e90d37dd36a80a6061a43 X-VCS-Branch: master Date: Thu, 15 Dec 2022 22:27:32 +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: cd50a06e-c320-439a-812c-0b65dbb6c69a X-Archives-Hash: 4c4f4c44bf212a9cdb6ff7809d934e6b commit: 512d4a836e62c863a85e90d37dd36a80a6061a43 Author: Alfredo Tupone gentoo org> AuthorDate: Thu Dec 15 22:26:29 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Dec 15 22:27:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512d4a83 dev-lang/gnat-gpl: UnknownUseFlags Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/gnat-gpl/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/gnat-gpl/metadata.xml b/dev-lang/gnat-gpl/metadata.xml index 31ab10903d16..2f5323748c2c 100644 --- a/dev-lang/gnat-gpl/metadata.xml +++ b/dev-lang/gnat-gpl/metadata.xml @@ -9,6 +9,8 @@ Used to bootstrap gnat-gpl Enable support for Intel Control Flow Enforcement Technology (CET) Enable support for the D programming language + Build packages with stack clash protection on by default + Request full relocation on start from ld.so by default Enable fixed-point arithmetic support for MIPS targets in gcc (Warning: significantly increases compile time!) @@ -26,6 +28,7 @@ Build support for the Objective C code language Garbage Collector Build GCC using Profile Guided Optimization (PGO) + Build support for the Rust language, installs gccrs. Build support for various sanitizer functions (ASAN/TSAN/etc...) enable systemtap static probe points Build packages with stack smashing protector on by default