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

[glibc] 01/01: Drop MIN_KERNEL_SUPPORTED from x32.mk



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

aurel32 pushed a commit to branch glibc-2.26
in repository glibc.

commit e9d9e30cc44ec80903d3dc7ef94ce1181f6fa695
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Dec 2 13:21:00 2017 +0100

    Drop MIN_KERNEL_SUPPORTED from x32.mk
---
 debian/sysdeps/x32.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/sysdeps/x32.mk b/debian/sysdeps/x32.mk
index 59502d0..fa3b926 100644
--- a/debian/sysdeps/x32.mk
+++ b/debian/sysdeps/x32.mk
@@ -12,7 +12,6 @@ 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
@@ -43,7 +42,6 @@ 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: