[x86] Compile with gcc-5

This commit is contained in:
Ben Hutchings 2015-11-01 17:15:48 +00:00
parent 0d65a96da7
commit 465d398a64
5 changed files with 9 additions and 5 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ linux (4.3~rc7-1~exp2) UNRELEASED; urgency=medium
[ Ben Hutchings ] [ Ben Hutchings ]
* netfilter: Enable NFT_DUP_IPV4, NFT_DUP_IPV6 as modules (Closes: #803370) * netfilter: Enable NFT_DUP_IPV4, NFT_DUP_IPV6 as modules (Closes: #803370)
* tests: Add autopkgtest support * tests: Add autopkgtest support
* [x86] Compile with gcc-5
[ Salvatore Bonaccorso ] [ Salvatore Bonaccorso ]
* Fix typo in image.plain.postinst template. * Fix typo in image.plain.postinst template.

View File

@ -1,4 +1,5 @@
[base] [base]
compiler: gcc-5
featuresets: featuresets:
none none
rt rt
@ -14,7 +15,7 @@ configs:
install-stem: vmlinuz install-stem: vmlinuz
[relations] [relations]
headers%gcc-4.9: linux-compiler-gcc-4.9-x86 headers%gcc-5: linux-compiler-gcc-5-x86
[amd64_description] [amd64_description]
hardware: 64-bit PCs hardware: 64-bit PCs

View File

@ -50,6 +50,7 @@ gcc-4.6: gcc-4.6
gcc-4.7: gcc-4.7 gcc-4.7: gcc-4.7
gcc-4.8: gcc-4.8 gcc-4.8: gcc-4.8
gcc-4.9: gcc-4.9 gcc-4.9: gcc-4.9
gcc-5: gcc-5
# initramfs-generators # initramfs-generators
initramfs-fallback: linux-initramfs-tool initramfs-fallback: linux-initramfs-tool

View File

@ -1,4 +1,5 @@
[base] [base]
compiler: gcc-5
featuresets: featuresets:
none none
rt rt
@ -19,7 +20,7 @@ configs:
install-stem: vmlinuz install-stem: vmlinuz
[relations] [relations]
headers%gcc-4.9: linux-compiler-gcc-4.9-x86 headers%gcc-5: linux-compiler-gcc-5-x86
[686_description] [686_description]
hardware: older PCs hardware: older PCs

View File

@ -14,10 +14,10 @@ Description: Compiler for Linux on IBM zSeries (meta-package)
This package depends on gcc 4.8 of the appropriate architecture for This package depends on gcc 4.8 of the appropriate architecture for
Linux on s390 and s390x. Linux on s390 and s390x.
Package: linux-compiler-gcc-4.9-x86 Package: linux-compiler-gcc-5-x86
Depends: gcc-4.9, ${misc:Depends} Depends: gcc-5, ${misc:Depends}
Architecture: amd64 i386 x32 Architecture: amd64 i386 x32
Multi-Arch: foreign Multi-Arch: foreign
Description: Compiler for Linux on x86 (meta-package) Description: Compiler for Linux on x86 (meta-package)
This package depends on gcc 4.9 of the appropriate architecture for This package depends on gcc 5 of the appropriate architecture for
Linux on amd64, i386 and x32. Linux on amd64, i386 and x32.