From 84e53d21c3676c8165e959687e3b9417e242400c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 2 Feb 2017 02:35:55 +0000 Subject: [PATCH] debian/control: Fix compiler build-dependencies for cross-building gcc cross-compilers *do* now have Multi-Arch: foreign, so we have to take the :native qualfiication off again. --- debian/changelog | 1 + debian/config/defines | 2 +- debian/config/hppa/defines | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ab73d9be2..fac8e58db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ linux (4.10~rc6-1~exp2) UNRELEASED; urgency=medium - Revert the initial stack protector support - Fix missing CRC for _mcount - [ppc64el] udeb: Exclude ehea from nic-modules + * debian/control: Fix compiler build-dependencies for cross-building -- Ben Hutchings Wed, 01 Feb 2017 22:13:06 +0000 diff --git a/debian/config/defines b/debian/config/defines index 540014656..b1531e9a6 100644 --- a/debian/config/defines +++ b/debian/config/defines @@ -67,7 +67,7 @@ initramfs-generators: initramfs-tools initramfs-fallback [relations] # compilers -gcc-6: gcc-6 , gcc-6-@gnu-type-package@:native +gcc-6: gcc-6 , gcc-6-@gnu-type-package@ # initramfs-generators initramfs-fallback: linux-initramfs-tool diff --git a/debian/config/hppa/defines b/debian/config/hppa/defines index f75bd1fb1..8eac51d26 100644 --- a/debian/config/hppa/defines +++ b/debian/config/hppa/defines @@ -24,5 +24,5 @@ hardware: multiprocessor 64-bit PA-RISC hardware-long: HP PA-RISC 64-bit SMP systems with support for more than 4 GB RAM [relations] -gcc-6: gcc-6 , binutils-hppa64-linux-gnu , gcc-6-hppa64-linux-gnu , gcc-6-hppa-linux-gnu:native , binutils-hppa64-linux-gnu:native , gcc-6-hppa64-linux-gnu:native +gcc-6: gcc-6 , binutils-hppa64-linux-gnu , gcc-6-hppa64-linux-gnu , gcc-6-hppa-linux-gnu , binutils-hppa64-linux-gnu , gcc-6-hppa64-linux-gnu