From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 90E7615800A for ; Wed, 07 May 2025 08:59:31 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 523CE343140 for ; Wed, 07 May 2025 08:59:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 45A7A110105; Wed, 07 May 2025 08:59:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3B198110105 for ; Wed, 07 May 2025 08:59:30 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1EAA343146 for ; Wed, 07 May 2025 08:59:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C6C3281D for ; Wed, 07 May 2025 08:59:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746608341.73a0dd3bbee2dd5280d0c7aaa82fe71176b1b0e0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/loong/23.0/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/loong/23.0/make.defaults X-VCS-Directories: profiles/default/linux/loong/23.0/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 73a0dd3bbee2dd5280d0c7aaa82fe71176b1b0e0 X-VCS-Branch: master Date: Wed, 07 May 2025 08:59:28 +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: 1f73f44a-28c7-42a3-be79-191319649786 X-Archives-Hash: b42e9d645002b4b4ee33f8fdb114e0f0 commit: 73a0dd3bbee2dd5280d0c7aaa82fe71176b1b0e0 Author: Sam James gentoo org> AuthorDate: Fri May 2 05:47:13 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 7 08:59:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a0dd3b profiles/default/linux/loong/23.0: enable DT_RELR binutils supports this since d89ecf33ab6dd86290b43dc3751d66f263614e68 which is in >=2.43. The intention was always to enable this for all supported arches, we just had to drop it temporarily in some places (see 57250bdaec26224add7447e8d439d75960645737 and fac51cc9370713f6b2764e8e03ee2ff8d652c3af). Bug: https://bugs.gentoo.org/818376 Acked-by: WANG Xuerui gentoo.org> Signed-off-by: Sam James gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/41893 Closes: https://github.com/gentoo/gentoo/pull/41893 Signed-off-by: Sam James gentoo.org> profiles/default/linux/loong/23.0/make.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/default/linux/loong/23.0/make.defaults b/profiles/default/linux/loong/23.0/make.defaults new file mode 100644 index 000000000000..8fe4a1e300f6 --- /dev/null +++ b/profiles/default/linux/loong/23.0/make.defaults @@ -0,0 +1 @@ +LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"