[linux] 04/04: [x86] Build using gcc-4.9, with retpoline support
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sat Mar 3 20:30:59 UTC 2018
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch wheezy-security-retpoline
in repository linux.
commit 7d20330d614b2bde30657f3cf6c946f81553e927
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sat Mar 3 16:39:33 2018 +0000
[x86] Build using gcc-4.9, with retpoline support
---
debian/changelog | 1 +
debian/config/amd64/defines | 1 +
debian/config/defines | 2 ++
debian/config/i386/defines | 1 +
4 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index da68b08..a0078de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -149,6 +149,7 @@ linux (3.2.99-1) UNRELEASED; urgency=medium
* abiupdate.py: Add support for security mirrors
* proc: Fix ptrace mode in has_pid_permissions() (Closes: #887106)
* Bump ABI to 6
+ * [x86] Build using gcc-4.9, with retpoline support
-- Ben Hutchings <ben at decadent.org.uk> Sat, 07 Jan 2017 17:41:34 +0000
diff --git a/debian/config/amd64/defines b/debian/config/amd64/defines
index 1a32371..a5579f9 100644
--- a/debian/config/amd64/defines
+++ b/debian/config/amd64/defines
@@ -4,6 +4,7 @@ ignore-changes:
module:arch/x86/kvm/kvm
[base]
+compiler: gcc-4.9
featuresets:
none
rt
diff --git a/debian/config/defines b/debian/config/defines
index 0102861..5bfe135 100644
--- a/debian/config/defines
+++ b/debian/config/defines
@@ -147,6 +147,8 @@ type: plain
gcc-4.4: gcc-4.4
gcc-4.5: gcc-4.5
gcc-4.6: gcc-4.6
+# gcc 4.9 with retpoline support
+gcc-4.9: gcc-4.9 (>= 4.9.2-10+deb7u1), gcc-4.9 (<< 4.9.2-11)
# initramfs-generators
initramfs-fallback: linux-initramfs-tool
diff --git a/debian/config/i386/defines b/debian/config/i386/defines
index 80b97e7..356c943 100644
--- a/debian/config/i386/defines
+++ b/debian/config/i386/defines
@@ -6,6 +6,7 @@ ignore-changes:
module:arch/x86/kvm/kvm
[base]
+compiler: gcc-4.9
featuresets:
none
rt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list