From a255494620bbb727f82af3b80fa9f38a5314fc35 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 6 Aug 2023 14:57:47 +0200 Subject: [PATCH] aptenodytes: Bump ld and as to 2.41.0 --- aptenodytes-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aptenodytes-config b/aptenodytes-config index d7f1bfc..9ae7bc2 100644 --- a/aptenodytes-config +++ b/aptenodytes-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