[linux] 01/03: debian/control: Fix compiler build-dependencies for cross-building

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Feb 2 03:57:50 UTC 2017


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

benh pushed a commit to branch master
in repository linux.

commit 84e53d21c3676c8165e959687e3b9417e242400c
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Feb 2 02:35:55 2017 +0000

    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 ab73d9b..fac8e58 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 <ben at decadent.org.uk>  Wed, 01 Feb 2017 22:13:06 +0000
 
diff --git a/debian/config/defines b/debian/config/defines
index 5400146..b1531e9 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 <!stage1 !cross>, gcc-6- at gnu-type-package@:native <!stage1 cross>
+gcc-6: gcc-6 <!stage1 !cross>, gcc-6- at gnu-type-package@ <!stage1 cross>
 
 # initramfs-generators
 initramfs-fallback: linux-initramfs-tool
diff --git a/debian/config/hppa/defines b/debian/config/hppa/defines
index f75bd1f..8eac51d 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 <!stage1 !cross>, binutils-hppa64-linux-gnu <!stage1 !cross>, gcc-6-hppa64-linux-gnu <!stage1 !cross>, gcc-6-hppa-linux-gnu:native <!stage1 cross>, binutils-hppa64-linux-gnu:native <!stage1 cross>, gcc-6-hppa64-linux-gnu:native <!stage1 cross>
+gcc-6: gcc-6 <!stage1 !cross>, binutils-hppa64-linux-gnu <!stage1 !cross>, gcc-6-hppa64-linux-gnu <!stage1 !cross>, gcc-6-hppa-linux-gnu <!stage1 cross>, binutils-hppa64-linux-gnu <!stage1 cross>, gcc-6-hppa64-linux-gnu <!stage1 cross>
 

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