[linux] 01/02: [x86] Add versioned build-dependency on gcc-7 for retpoline support

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Feb 6 20:23:02 UTC 2018


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

benh pushed a commit to branch sid
in repository linux.

commit 3a638db7ea057ad30c65eb9c4b2db48720ce0f39
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Feb 6 20:19:38 2018 +0000

    [x86] Add versioned build-dependency on gcc-7 for retpoline support
---
 debian/changelog            | 1 +
 debian/config/amd64/defines | 1 +
 debian/config/i386/defines  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ab7f2f2..227e5fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -430,6 +430,7 @@ linux (4.14.17-1) UNRELEASED; urgency=medium
   * bpf: Avoid ABI change in 4.14.14
   * usbip: Reduce USBIP_VHCI_HC_PORTS to 15, the maximum allowed for SuperSpeed
     hubs (Closes: #878866)
+  * [x86] Add versioned build-dependency on gcc-7 for retpoline support
 
   [ Riku Voipio ]
   * [arm64] build in reset drivers
diff --git a/debian/config/amd64/defines b/debian/config/amd64/defines
index 297066d..f426eba 100644
--- a/debian/config/amd64/defines
+++ b/debian/config/amd64/defines
@@ -15,6 +15,7 @@ install-stem: vmlinuz
 breaks: xserver-xorg-input-vmmouse (<< 1:13.0.99)
 
 [relations]
+gcc-7: gcc-7 (>= 7.2.0-20~) <!stage1 !cross>, gcc-7-x86-64-linux-gnu (>= 7.2.0-20~) <!stage1 cross>
 headers%gcc-7: linux-compiler-gcc-7-x86
 
 [amd64_description]
diff --git a/debian/config/i386/defines b/debian/config/i386/defines
index 880ad44..0a48f34 100644
--- a/debian/config/i386/defines
+++ b/debian/config/i386/defines
@@ -20,6 +20,7 @@ install-stem: vmlinuz
 breaks: xserver-xorg-input-vmmouse (<< 1:13.0.99)
 
 [relations]
+gcc-7: gcc-7 (>= 7.2.0-20~) <!stage1 !cross>, gcc-7-i686-linux-gnu (>= 7.2.0-20~) <!stage1 cross>
 headers%gcc-7: linux-compiler-gcc-7-x86
 
 [686_description]

-- 
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