Compile with gcc-5 on all architectures

This commit is contained in:
Ben Hutchings 2016-02-15 18:48:03 +00:00
parent c07a4d3987
commit 641aba8311
10 changed files with 12 additions and 16 deletions

1
debian/changelog vendored
View File

@ -8,6 +8,7 @@ linux (4.5~rc4-1~exp1) UNRELEASED; urgency=medium
[ Ben Hutchings ] [ Ben Hutchings ]
* [rt] Disable until it is updated for 4.5 or later * [rt] Disable until it is updated for 4.5 or later
* aufs: Update support patches to aufs4.x-rcN-20160215 * aufs: Update support patches to aufs4.x-rcN-20160215
* Compile with gcc-5 on all architectures
-- Roger Shimizu <rogershimizu@gmail.com> Sun, 14 Feb 2016 00:32:40 +0900 -- Roger Shimizu <rogershimizu@gmail.com> Sun, 14 Feb 2016 00:32:40 +0900

View File

@ -1,5 +1,4 @@
[base] [base]
compiler: gcc-5
featuresets: featuresets:
none none
rt rt

View File

@ -15,7 +15,7 @@ configs:
install-stem: vmlinuz install-stem: vmlinuz
[relations] [relations]
headers%gcc-4.9: linux-compiler-gcc-4.9-arm headers%gcc-5: linux-compiler-gcc-5-arm
[marvell_description] [marvell_description]
hardware: Marvell Kirkwood/Orion hardware: Marvell Kirkwood/Orion

View File

@ -15,7 +15,7 @@ configs:
install-stem: vmlinuz install-stem: vmlinuz
[relations] [relations]
headers%gcc-4.9: linux-compiler-gcc-4.9-arm headers%gcc-5: linux-compiler-gcc-5-arm
[armmp_description] [armmp_description]
hardware: ARMv7 multiplatform compatible SoCs hardware: ARMv7 multiplatform compatible SoCs

View File

@ -26,7 +26,7 @@ arches:
sparc sparc
sparc64 sparc64
x32 x32
compiler: gcc-4.9 compiler: gcc-5
featuresets: featuresets:
none none
rt rt
@ -45,8 +45,6 @@ initramfs-generators: initramfs-tools initramfs-fallback
[relations] [relations]
# compilers # compilers
gcc-4.8: gcc-4.8 <!stage1>
gcc-4.9: gcc-4.9 <!stage1>
gcc-5: gcc-5 <!stage1> gcc-5: gcc-5 <!stage1>
# initramfs-generators # initramfs-generators

View File

@ -22,5 +22,5 @@ hardware: multiprocessor 64-bit PA-RISC
hardware-long: HP PA-RISC 64-bit SMP systems with support for more than 4 GB RAM hardware-long: HP PA-RISC 64-bit SMP systems with support for more than 4 GB RAM
[relations] [relations]
gcc-4.9: gcc-4.9 <!stage1>, binutils-hppa64 <!stage1>, gcc-4.9-hppa64 <!stage1> gcc-5: gcc-5 <!stage1>, binutils-hppa64 <!stage1>, gcc-5-hppa64-linux-gnu <!stage1>

View File

@ -1,5 +1,4 @@
[base] [base]
compiler: gcc-5
featuresets: featuresets:
none none
rt rt

View File

@ -1,5 +1,4 @@
[base] [base]
compiler: gcc-4.8
cflags: -ffreestanding cflags: -ffreestanding
flavours: flavours:
m68k m68k

View File

@ -13,7 +13,7 @@ configs:
install-stem: vmlinuz install-stem: vmlinuz
[relations] [relations]
headers%gcc-4.9: linux-compiler-gcc-4.9-s390 headers%gcc-5: linux-compiler-gcc-5-s390
[s390x_build] [s390x_build]
debug-info: true debug-info: true

View File

@ -1,19 +1,19 @@
Package: linux-compiler-gcc-4.9-arm Package: linux-compiler-gcc-5-arm
Build-Profiles: <!stage1> Build-Profiles: <!stage1>
Depends: gcc-4.9, ${misc:Depends} Depends: gcc-5, ${misc:Depends}
Architecture: armel armhf Architecture: armel armhf
Multi-Arch: foreign Multi-Arch: foreign
Description: Compiler for Linux on ARM (meta-package) Description: Compiler for Linux on ARM (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 armel and armhf. Linux on armel and armhf.
Package: linux-compiler-gcc-4.9-s390 Package: linux-compiler-gcc-5-s390
Build-Profiles: <!stage1> Build-Profiles: <!stage1>
Depends: gcc-4.9, ${misc:Depends} Depends: gcc-5, ${misc:Depends}
Architecture: s390 s390x Architecture: s390 s390x
Multi-Arch: foreign Multi-Arch: foreign
Description: Compiler for Linux on IBM zSeries (meta-package) Description: Compiler for Linux on IBM zSeries (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 s390 and s390x. Linux on s390 and s390x.
Package: linux-compiler-gcc-5-x86 Package: linux-compiler-gcc-5-x86