From 1eca4b70a9637bfd2387cc15431290464a9859b3 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 6 Aug 2023 07:38:10 +0200 Subject: [PATCH] pygoscelis: Bump ld and as to 2.41.0 --- pygoscelis-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygoscelis-config b/pygoscelis-config index b4f26af..059ebf3 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -7,9 +7,9 @@ CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=130200 CONFIG_CLANG_VERSION=0 CONFIG_AS_IS_GNU=y -CONFIG_AS_VERSION=24000 +CONFIG_AS_VERSION=24100 CONFIG_LD_IS_BFD=y -CONFIG_LD_VERSION=24000 +CONFIG_LD_VERSION=24100 CONFIG_LLD_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_CAN_LINK_STATIC=y