From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 04D4C3852C5F; Wed, 23 Nov 2022 14:12:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 04D4C3852C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669212742; bh=/yLZATtcWEfg8W4ohipwKELVL3tyk3+h7diuspke3ps=; h=From:To:Subject:Date:From; b=BtBILB0+B8ihPIKbjKDfbs4zSU7ewruno0WjGQFzNqaZZXUUYuWoc7NAiJZ5gYa0a bHyyZB9ARp5zauSoazfhZ5+B4f4ArorbZG5MSNmso02ofd3stKnGhIbPd8xva+z5Om BqIAyQHRI6mKcBg0q6h6D60bnJR7RxoEw8eaKPp0= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc/arm/morello/main] aarch64: morello: bump min linux version to 5.18.0 X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 187b3dd4263cccc0087df3c4311ded95d866d116 X-Git-Newrev: 15a1652f8bc80ff24f43f284c6d0b343208245b6 Message-Id: <20221123141222.04D4C3852C5F@sourceware.org> Date: Wed, 23 Nov 2022 14:12:22 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=15a1652f8bc80ff24f43f284c6d0b343208245b6 commit 15a1652f8bc80ff24f43f284c6d0b343208245b6 Author: Szabolcs Nagy Date: Tue Nov 22 13:07:16 2022 +0000 aarch64: morello: bump min linux version to 5.18.0 Diff: --- sysdeps/unix/sysv/linux/aarch64/morello/configure | 2 +- sysdeps/unix/sysv/linux/aarch64/morello/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/aarch64/morello/configure b/sysdeps/unix/sysv/linux/aarch64/morello/configure index 03047f10b6..e0871cbfd9 100755 --- a/sysdeps/unix/sysv/linux/aarch64/morello/configure +++ b/sysdeps/unix/sysv/linux/aarch64/morello/configure @@ -1,6 +1,6 @@ # This file is generated from configure.ac by Autoconf. DO NOT EDIT! -arch_minimum_kernel=5.10.0 +arch_minimum_kernel=5.18.0 test -n "$libc_cv_slibdir" || case "$prefix" in diff --git a/sysdeps/unix/sysv/linux/aarch64/morello/configure.ac b/sysdeps/unix/sysv/linux/aarch64/morello/configure.ac index 35a9057133..d9bef252eb 100644 --- a/sysdeps/unix/sysv/linux/aarch64/morello/configure.ac +++ b/sysdeps/unix/sysv/linux/aarch64/morello/configure.ac @@ -1,5 +1,5 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. -arch_minimum_kernel=5.10.0 +arch_minimum_kernel=5.18.0 LIBC_SLIBDIR_RTLDDIR([lib64c], [lib])