[i386] debian/control: Fix cross-compiler build-dependency

gcc-8-x86_64-linux-gnu is obviously not the right cross-compiler for i386!
This commit is contained in:
Ben Hutchings 2019-01-18 21:56:51 +00:00
parent 86a5455b20
commit 18d72fb7b8
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -13,6 +13,7 @@ linux (4.19.16-2) UNRELEASED; urgency=medium
* debian/rules.d/tools/perf/Makefile: Delete redundant arch/profile checks
* debian/control: Add !pkg.linux.nokernel to qualification for compiler
build-deps
* [i386] debian/control: Fix cross-compiler build-dependency
-- Luca Boccassi <bluca@debian.org> Fri, 18 Jan 2019 19:09:06 +0000

View File

@ -21,7 +21,7 @@ install-stem: vmlinuz
breaks: xserver-xorg-input-vmmouse (<< 1:13.0.99)
[relations]
gcc-8: gcc-8 (>= 8-20180123-1~) <!stage1 !cross !pkg.linux.nokernel>, gcc-8-x86-64-linux-gnu (>= 8-20180123-1~) <!stage1 cross !pkg.linux.nokernel>
gcc-8: gcc-8 (>= 8-20180123-1~) <!stage1 !cross !pkg.linux.nokernel>, gcc-8-i686-linux-gnu (>= 8-20180123-1~) <!stage1 cross !pkg.linux.nokernel>
headers%gcc-8: linux-compiler-gcc-8-x86
[686_description]