[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/02: debian/sysdeps/x32.mk: set the minimum kernel version to 2.6.32 for the libc6-amd64:x32 and libc6-i386:x32 flavours, to match libc6:amd64 and libc6:i386. Closes: #882255.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit 6549f5118127642e53e61045b9dd2d8a3fb35296
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Dec 2 10:37:07 2017 +0100

    debian/sysdeps/x32.mk: set the minimum kernel version to 2.6.32 for the libc6-amd64:x32 and libc6-i386:x32 flavours, to match libc6:amd64 and libc6:i386.  Closes: #882255.
---
 debian/changelog      | 3 +++
 debian/sysdeps/x32.mk | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6dc9ba6..a48aaae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ glibc (2.25-3) UNRELEASED; urgency=medium
     include directives in ldconfig using the C/POSIX collation.
   * debian/patches/ia64/git-ia64-crash-thread-exit.diff: Fix crash on thread
     exit on IA64.  Closes: #883285.
+  * debian/sysdeps/x32.mk: set the minimum kernel version to 2.6.32 for the
+    libc6-amd64:x32 and libc6-i386:x32 flavours, to match libc6:amd64 and
+    libc6:i386.  Closes: #882255.
 
   [ Samuel Thibault ]
   * libc0.3.symbols.hurd-i386: Update against newer hurd definitions.
diff --git a/debian/sysdeps/x32.mk b/debian/sysdeps/x32.mk
index fa3b926..59502d0 100644
--- a/debian/sysdeps/x32.mk
+++ b/debian/sysdeps/x32.mk
@@ -12,6 +12,7 @@ ifeq (,$(filter nobiarch, $(DEB_BUILD_PROFILES)))
 GLIBC_PASSES += amd64
 DEB_ARCH_MULTILIB_PACKAGES += libc6-amd64 libc6-dev-amd64
 libc6-amd64_shlib_dep = libc6-amd64 (>= $(shlib_dep_ver))
+amd64_MIN_KERNEL_SUPPORTED := 2.6.32
 amd64_configure_target = x86_64-linux-gnu
 amd64_CC = $(CC) -m64
 amd64_CXX = $(CXX) -m64
@@ -42,6 +43,7 @@ endef
 GLIBC_PASSES += i386
 DEB_ARCH_MULTILIB_PACKAGES += libc6-i386 libc6-dev-i386
 libc6-i386_shlib_dep = libc6-i386 (>= $(shlib_dep_ver))
+i386_MIN_KERNEL_SUPPORTED := 2.6.32
 i386_configure_target = i686-linux-gnu
 i386_CC = $(CC) -m32 -march=pentium4 -mtune=generic
 i386_CXX = $(CXX) -m32 -march=pentium4 -mtune=generic

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: