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.
This commit is contained in:
Ben Hutchings 2017-02-02 02:35:55 +00:00
parent 8dede6cae9
commit 84e53d21c3
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -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@decadent.org.uk> Wed, 01 Feb 2017 22:13:06 +0000

View File

@ -67,7 +67,7 @@ initramfs-generators: initramfs-tools initramfs-fallback
[relations]
# compilers
gcc-6: gcc-6 <!stage1 !cross>, gcc-6-@gnu-type-package@:native <!stage1 cross>
gcc-6: gcc-6 <!stage1 !cross>, gcc-6-@gnu-type-package@ <!stage1 cross>
# initramfs-generators
initramfs-fallback: linux-initramfs-tool

View File

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