From 96c72b3c6c57b8d32a03079374945f62a7d199dd Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 6 Feb 2018 20:22:23 +0000 Subject: [PATCH] [x86] linux-compiler-gcc-7-x86: Add versioned dependency on gcc-7 for retpoline support --- debian/changelog | 2 ++ debian/templates/control.extra.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 227e5fa8a..01534c9bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -431,6 +431,8 @@ linux (4.14.17-1) UNRELEASED; urgency=medium * 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 + * [x86] linux-compiler-gcc-7-x86: Add versioned dependency on gcc-7 for + retpoline support [ Riku Voipio ] * [arm64] build in reset drivers diff --git a/debian/templates/control.extra.in b/debian/templates/control.extra.in index d4379685f..a9aca090b 100644 --- a/debian/templates/control.extra.in +++ b/debian/templates/control.extra.in @@ -18,7 +18,7 @@ Description: Compiler for Linux on IBM zSeries (meta-package) Package: linux-compiler-gcc-7-x86 Build-Profiles: -Depends: gcc-7, ${misc:Depends} +Depends: gcc-7 (>= 7.2.0-20~), ${misc:Depends} Architecture: amd64 i386 x32 Multi-Arch: foreign Description: Compiler for Linux on x86 (meta-package)