[linux] 02/11: debian/control: Fix compiler build-dependencies for cross-building
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Jun 4 02:04:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit 9479b65c42f8fd4e02cac565e8ff1762aadeb878
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.
(cherry picked from commit 84e53d21c3676c8165e959687e3b9417e242400c)
Closes: #863907
---
debian/changelog | 2 ++
debian/config/defines | 2 +-
debian/config/hppa/defines | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 92945d8..0237d46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -411,6 +411,8 @@ linux (4.9.30-1) UNRELEASED; urgency=medium
* SUNRPC: Refactor svc_set_num_threads()
* NFSv4: Fix callback server shutdown (CVE-2017-9059) (Closes: #862357)
* uapi: fix linux/if.h userspace compilation errors (see #822393, #824442)
+ * debian/control: Fix compiler build-dependencies for cross-building
+ (Closes: #863907)
[ Salvatore Bonaccorso ]
* tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
diff --git a/debian/config/defines b/debian/config/defines
index b35422a..24f1613 100644
--- a/debian/config/defines
+++ b/debian/config/defines
@@ -106,7 +106,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